#cde92c

Color #CDE92C Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #CDE92C

Tints of Pear #CDE92C

Color information

#CDE92C (or 0xCDE92C) is unknown color: approx Pear. HEX triplet: CD, E9 and 2C. RGB value is (205,233,44). Sum of RGB (Red+Green+Blue) = 205+233+44=482 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.53% from 482); Green value is 233 (91.41% from 255 or 48.34% from 482); Blue value is 44 (17.58% from 255 or 9.13% from 482); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE92C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDE92C is #3216D3. Grayscale: #CBCBCB. Windows color (decimal): -3282644 or 2943437. OLE color: 2943437.

HSL color Cylindrical-coordinate representation of color #CDE92C: hue angle of 68.89º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CDE92C is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.09.

Color convert

RGB20523344-
CMYK0.1200.810.09
HSL68.89º81.12%54.31%-
HSV(B)68.89º81.12%91.37%-
XYZ54.7771.4413.29-
YUV203.0838.22129.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 42.53%
GREEN value IS 233 (91.41% from 255) = 48.34%
BLUE value IS 44 (17.58% from 255) = 9.13%
R=42.53%
G=48.34%
B=9.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal205233440.1200.810.0968.8981.1254.31
HexCDE92CC0519455136
Octal315351541401211110512166
Binary1100110111101001101100110001010001100110001011010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cde92c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cde92c; }

 p { color: rgb(205,233,44); }

 H1.HeaderClassName
 {
   color: #cde92c;
 }
 .AnyTagClassName
 {
   color: #cde92c;
 }
</style>
background-color css

<style>
 a { background-color: #cde92c; }

 a { background-color: rgb(205,233,44); }

 div.DivClassName
 {
   background-color: #cde92c;
 }
 .BgClassName
 {
   background-color: #cde92c;
 }
</style>
border-color css

<style>
 span { border-color: #cde92c; }

 span { border-color: rgb(205,233,44); }

 td.TdClassName
 {
   border-color: #cde92c;
 }
 .TagClassName
 {
   border-color: #cde92c;
 }
</style>