Html Css Color HEX #CEE124 Pear

📋 copy color: '#CEE124'

red 206 ◦ green 225 ◦ blue 36

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

Shades of Pear #CEE124

Tints of Pear #CEE124

RGB

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

 GREEN value IS 225 (88.28% from 255) = 48.18%

 BLUE value IS 36 (14.45% from 255) = 7.71%

R = 44.11%
G = 48.18%
B = 7.71%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#CEE124 (or 0xCEE124) is known color: Pear. HEX triplet: CE, E1 and 24. RGB value is (206,225,36). Sum of RGB (Red+Green+Blue) = 206+225+36=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 225 (88.28% from 255 or 48.18% from 467); Blue value is 36 (14.45% from 255 or 7.71% from 467); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE124 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE124 is #311EDB. Grayscale: #C6C6C6. Windows color (decimal): -3219164 or 2417102. OLE color: 2417102.

HSL color Cylindrical-coordinate representation of color #CEE124: hue angle of 66.03º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CEE124 is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 225 36 -
CMYK 0.08 0 0.84 0.12
HSL 66.03º 0.76% 0.51% -
HSV(B) 66.03º 0.84% 0.88% -
XYZ 52.7 67.1 11.84 -
YUV 197.77 36.71 133.87 -
System Red Green Blue C M Y K H S L
Decimal 206 225 36 0.08 0 0.84 0.12 66.03 0.76 0.51
Hex CE E1 24 8 0 54 C 42 4C 33
Octal 316 341 44 10 0 124 14 102 114 63
Binary 11001110 11100001 100100 1000 0 1010100 1100 1000010 1001100 110011

Color Harmonies of #CEE124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE124

Black with #CEE124

Text Example


Text Example

White with #CEE124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE124; }

 p { color: rgb(206,225,36); }

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

background-color css

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

 a { background-color: rgb(206,225,36); }

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

border-color css

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

 span { border-color: rgb(206,225,36); }

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