Html Css Color HEX #CEE030 Pear

📋 copy color: '#CEE030'

red 206 ◦ green 224 ◦ blue 48

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

Shades of Pear #CEE030

Tints of Pear #CEE030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.04%

R = 43.1%
G = 46.86%
B = 10.04%

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

#CEE030 (or 0xCEE030) is known color: Pear. HEX triplet: CE, E0 and 30. RGB value is (206,224,48). Sum of RGB (Red+Green+Blue) = 206+224+48=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 224 (87.89% from 255 or 46.86% from 478); Blue value is 48 (19.14% from 255 or 10.04% from 478); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE030 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE030 is #311FCF. Grayscale: #C7C7C7. Windows color (decimal): -3219408 or 3203278. OLE color: 3203278.

HSL color Cylindrical-coordinate representation of color #CEE030: hue angle of 66.14º 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 #CEE030 is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 224 48 -
CMYK 0.08 0 0.79 0.12
HSL 66.14º 0.74% 0.53% -
HSV(B) 66.14º 0.79% 0.88% -
XYZ 52.64 66.65 12.89 -
YUV 198.55 43.04 133.31 -
System Red Green Blue C M Y K H S L
Decimal 206 224 48 0.08 0 0.79 0.12 66.14 0.74 0.53
Hex CE E0 30 8 0 4F C 42 4A 35
Octal 316 340 60 10 0 117 14 102 112 65
Binary 11001110 11100000 110000 1000 0 1001111 1100 1000010 1001010 110101

Color Harmonies of #CEE030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE030

Black with #CEE030

Text Example


Text Example

White with #CEE030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE030; }

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

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

background-color css

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

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

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

border-color css

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

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

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