Html Css Color HEX #CEE130 Pear

📋 copy color: '#CEE130'

red 206 ◦ green 225 ◦ blue 48

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

Shades of Pear #CEE130

Tints of Pear #CEE130

RGB

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

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

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

R = 43.01%
G = 46.97%
B = 10.02%

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

#CEE130 (or 0xCEE130) is known color: Pear. HEX triplet: CE, E1 and 30. RGB value is (206,225,48). Sum of RGB (Red+Green+Blue) = 206+225+48=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 225 (88.28% from 255 or 46.97% from 479); Blue value is 48 (19.14% from 255 or 10.02% from 479); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE130 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE130 is #311ECF. Grayscale: #C7C7C7. Windows color (decimal): -3219152 or 3203534. OLE color: 3203534.

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

Color convert

RGB 206 225 48 -
CMYK 0.08 0 0.79 0.12
HSL 66.44º 0.75% 0.54% -
HSV(B) 66.44º 0.79% 0.88% -
XYZ 52.91 67.19 12.98 -
YUV 199.14 42.71 132.89 -
System Red Green Blue C M Y K H S L
Decimal 206 225 48 0.08 0 0.79 0.12 66.44 0.75 0.54
Hex CE E1 30 8 0 4F C 42 4B 36
Octal 316 341 60 10 0 117 14 102 113 66
Binary 11001110 11100001 110000 1000 0 1001111 1100 1000010 1001011 110110

Color Harmonies of #CEE130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE130

Black with #CEE130

Text Example


Text Example

White with #CEE130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE130; }

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

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

background-color css

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

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

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

border-color css

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

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

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