Html Css Color HEX #CDEE40 Pear

📋 copy color: '#CDEE40'

red 205 ◦ green 238 ◦ blue 64

#CDEE40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pear #CDEE40

Tints of Pear #CDEE40

RGB

 RED value IS 205 (80.47% from 255) = 40.43%

 GREEN value IS 238 (93.36% from 255) = 46.94%

 BLUE value IS 64 (25.39% from 255) = 12.62%

R = 40.43%
G = 46.94%
B = 12.62%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#CDEE40 (or 0xCDEE40) is known color: Pear. HEX triplet: CD, EE and 40. RGB value is (205,238,64). Sum of RGB (Red+Green+Blue) = 205+238+64=507 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.43% from 507); Green value is 238 (93.36% from 255 or 46.94% from 507); Blue value is 64 (25.39% from 255 or 12.62% from 507); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEE40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDEE40 is #3211BF. Grayscale: #D0D0D0. Windows color (decimal): -3281344 or 4255437. OLE color: 4255437.

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

Color convert

RGB 205 238 64 -
CMYK 0.14 0 0.73 0.07
HSL 71.38º 0.84% 0.59% -
HSV(B) 71.38º 0.73% 0.93% -
XYZ 56.68 74.5 16.24 -
YUV 208.3 46.57 125.65 -
System Red Green Blue C M Y K H S L
Decimal 205 238 64 0.14 0 0.73 0.07 71.38 0.84 0.59
Hex CD EE 40 E 0 49 7 47 54 3B
Octal 315 356 100 16 0 111 7 107 124 73
Binary 11001101 11101110 1000000 1110 0 1001001 111 1000111 1010100 111011

Color Harmonies of #CDEE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEE40

Black with #CDEE40

Text Example


Text Example

White with #CDEE40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEE40; }

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

 H1.HeaderClassName
 {
   color: #CDEE40;
 }
 .AnyTagClassName
 {
   color: #CDEE40;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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