#CDEE31

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

Shades of Pear #CDEE31

Tints of Pear #CDEE31

Color information

#CDEE31 (or 0xCDEE31) is unknown color: approx Pear. HEX triplet: CD, EE and 31. RGB value is (205,238,49). Sum of RGB (Red+Green+Blue) = 205+238+49=492 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.67% from 492); Green value is 238 (93.36% from 255 or 48.37% from 492); Blue value is 49 (19.53% from 255 or 9.96% from 492); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEE31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDEE31 is #3211CE. Grayscale: #CFCFCF. Windows color (decimal): -3281359 or 3272397. OLE color: 3272397.

HSL color Cylindrical-coordinate representation of color #CDEE31: hue angle of 70.48º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CDEE31 is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB20523849-
CMYK0.1400.790.07
HSL70.48º84.75%56.27%-
HSV(B)70.48º79.41%93.33%-
XYZ56.3174.3514.29-
YUV206.5939.07126.87-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.67%
GREEN value IS 238 (93.36% from 255) = 48.37%
BLUE value IS 49 (19.53% from 255) = 9.96%
R=41.67%
G=48.37%
B=9.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal205238490.1400.790.0770.4884.7556.27
HexCDEE31E04F7465538
Octal31535661160117710612570
Binary110011011110111011000111100100111111110001101010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEE31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEE31; }

 p { color: rgb(205,238,49); }

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

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

 a { background-color: rgb(205,238,49); }

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

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

 span { border-color: rgb(205,238,49); }

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