Html Css Color HEX #CEE416 Pear

📋 copy color: '#CEE416'

red 206 ◦ green 228 ◦ blue 22

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

Shades of Pear #CEE416

Tints of Pear #CEE416

RGB

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

 GREEN value IS 228 (89.45% from 255) = 50%

 BLUE value IS 22 (8.98% from 255) = 4.82%

R = 45.18%
G = 50%
B = 4.82%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#CEE416 (or 0xCEE416) is known color: Pear. HEX triplet: CE, E4 and 16. RGB value is (206,228,22). Sum of RGB (Red+Green+Blue) = 206+228+22=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 228 (89.45% from 255 or 50% from 456); Blue value is 22 (8.98% from 255 or 4.82% from 456); Max value from RGB is 228 - color contains mainly: green. Hex color #CEE416 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEE416 is #311BE9. Grayscale: #C6C6C6. Windows color (decimal): -3218410 or 1500366. OLE color: 1500366.

HSL color Cylindrical-coordinate representation of color #CEE416: hue angle of 66.41º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CEE416 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.

Color convert

RGB 206 228 22 -
CMYK 0.10 0 0.90 0.11
HSL 66.41º 0.82% 0.49% -
HSV(B) 66.41º 0.9% 0.89% -
XYZ 53.34 68.67 11.2 -
YUV 197.94 28.71 133.75 -
System Red Green Blue C M Y K H S L
Decimal 206 228 22 0.10 0 0.90 0.11 66.41 0.82 0.49
Hex CE E4 16 A 0 5A B 42 52 31
Octal 316 344 26 12 0 132 13 102 122 61
Binary 11001110 11100100 10110 1010 0 1011010 1011 1000010 1010010 110001

Color Harmonies of #CEE416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE416

Black with #CEE416

Text Example


Text Example

White with #CEE416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE416; }

 p { color: rgb(206,228,22); }

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

background-color css

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

 a { background-color: rgb(206,228,22); }

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

border-color css

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

 span { border-color: rgb(206,228,22); }

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