Html Css Color HEX #CEE228 Pear

📋 copy color: '#CEE228'

red 206 ◦ green 226 ◦ blue 40

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

Shades of Pear #CEE228

Tints of Pear #CEE228

RGB

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

 GREEN value IS 226 (88.67% from 255) = 47.88%

 BLUE value IS 40 (16.02% from 255) = 8.47%

R = 43.64%
G = 47.88%
B = 8.47%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#CEE228 (or 0xCEE228) is known color: Pear. HEX triplet: CE, E2 and 28. RGB value is (206,226,40). Sum of RGB (Red+Green+Blue) = 206+226+40=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 226 (88.67% from 255 or 47.88% from 472); Blue value is 40 (16.02% from 255 or 8.47% from 472); Max value from RGB is 226 - color contains mainly: green. Hex color #CEE228 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE228 is #311DD7. Grayscale: #C7C7C7. Windows color (decimal): -3218904 or 2679502. OLE color: 2679502.

HSL color Cylindrical-coordinate representation of color #CEE228: hue angle of 66.45º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CEE228 is Cyan = 0.09, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.

Color convert

RGB 206 226 40 -
CMYK 0.09 0 0.82 0.11
HSL 66.45º 0.76% 0.52% -
HSV(B) 66.45º 0.82% 0.89% -
XYZ 53.03 67.67 12.27 -
YUV 198.82 38.37 133.12 -
System Red Green Blue C M Y K H S L
Decimal 206 226 40 0.09 0 0.82 0.11 66.45 0.76 0.52
Hex CE E2 28 9 0 52 B 42 4C 34
Octal 316 342 50 11 0 122 13 102 114 64
Binary 11001110 11100010 101000 1001 0 1010010 1011 1000010 1001100 110100

Color Harmonies of #CEE228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE228

Black with #CEE228

Text Example


Text Example

White with #CEE228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE228; }

 p { color: rgb(206,226,40); }

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

background-color css

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

 a { background-color: rgb(206,226,40); }

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

border-color css

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

 span { border-color: rgb(206,226,40); }

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