Html Css Color HEX #CEE02F Pear

📋 copy color: '#CEE02F'

red 206 ◦ green 224 ◦ blue 47

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

Shades of Pear #CEE02F

Tints of Pear #CEE02F

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46.96%

 BLUE value IS 47 (18.75% from 255) = 9.85%

R = 43.19%
G = 46.96%
B = 9.85%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#CEE02F (or 0xCEE02F) is known color: Pear. HEX triplet: CE, E0 and 2F. RGB value is (206,224,47). Sum of RGB (Red+Green+Blue) = 206+224+47=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 224 (87.89% from 255 or 46.96% from 477); Blue value is 47 (18.75% from 255 or 9.85% from 477); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE02F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE02F is #311FD0. Grayscale: #C7C7C7. Windows color (decimal): -3219409 or 3137742. OLE color: 3137742.

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

Color convert

RGB 206 224 47 -
CMYK 0.08 0 0.79 0.12
HSL 66.1º 0.74% 0.53% -
HSV(B) 66.1º 0.79% 0.88% -
XYZ 52.62 66.64 12.78 -
YUV 198.44 42.54 133.39 -
System Red Green Blue C M Y K H S L
Decimal 206 224 47 0.08 0 0.79 0.12 66.1 0.74 0.53
Hex CE E0 2F 8 0 4F C 42 4A 35
Octal 316 340 57 10 0 117 14 102 112 65
Binary 11001110 11100000 101111 1000 0 1001111 1100 1000010 1001010 110101

Color Harmonies of #CEE02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE02F

Black with #CEE02F

Text Example


Text Example

White with #CEE02F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE02F; }

 p { color: rgb(206,224,47); }

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

background-color css

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

 a { background-color: rgb(206,224,47); }

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

border-color css

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

 span { border-color: rgb(206,224,47); }

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