Html Css Color HEX #CEEE40 Pear

📋 copy color: '#CEEE40'

red 206 ◦ green 238 ◦ blue 64

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

Shades of Pear #CEEE40

Tints of Pear #CEEE40

RGB

 RED value IS 206 (80.86% from 255) = 40.55%

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

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

R = 40.55%
G = 46.85%
B = 12.6%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#CEEE40 (or 0xCEEE40) is known color: Pear. HEX triplet: CE, EE and 40. RGB value is (206,238,64). Sum of RGB (Red+Green+Blue) = 206+238+64=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 238 (93.36% from 255 or 46.85% from 508); Blue value is 64 (25.39% from 255 or 12.60% from 508); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEE40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEEE40 is #3111BF. Grayscale: #D1D1D1. Windows color (decimal): -3215808 or 4255438. OLE color: 4255438.

HSL color Cylindrical-coordinate representation of color #CEEE40: hue angle of 71.03º 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 #CEEE40 is Cyan = 0.13, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 238 64 -
CMYK 0.13 0 0.73 0.07
HSL 71.03º 0.84% 0.59% -
HSV(B) 71.03º 0.73% 0.93% -
XYZ 56.95 74.64 16.26 -
YUV 208.6 46.4 126.15 -
System Red Green Blue C M Y K H S L
Decimal 206 238 64 0.13 0 0.73 0.07 71.03 0.84 0.59
Hex CE EE 40 D 0 49 7 47 54 3B
Octal 316 356 100 15 0 111 7 107 124 73
Binary 11001110 11101110 1000000 1101 0 1001001 111 1000111 1010100 111011

Color Harmonies of #CEEE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEE40

Black with #CEEE40

Text Example


Text Example

White with #CEEE40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEE40; }

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

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

background-color css

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

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

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

border-color css

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

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

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