Html Css Color HEX #CEE125 Pear

📋 copy color: '#CEE125'

red 206 ◦ green 225 ◦ blue 37

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

Shades of Pear #CEE125

Tints of Pear #CEE125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.91%

R = 44.02%
G = 48.08%
B = 7.91%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#CEE125 (or 0xCEE125) is known color: Pear. HEX triplet: CE, E1 and 25. RGB value is (206,225,37). Sum of RGB (Red+Green+Blue) = 206+225+37=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 225 (88.28% from 255 or 48.08% from 468); Blue value is 37 (14.84% from 255 or 7.91% from 468); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE125 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE125 is #311EDA. Grayscale: #C6C6C6. Windows color (decimal): -3219163 or 2482638. OLE color: 2482638.

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

Color convert

RGB 206 225 37 -
CMYK 0.08 0 0.84 0.12
HSL 66.06º 0.76% 0.51% -
HSV(B) 66.06º 0.84% 0.88% -
XYZ 52.71 67.11 11.92 -
YUV 197.89 37.21 133.79 -
System Red Green Blue C M Y K H S L
Decimal 206 225 37 0.08 0 0.84 0.12 66.06 0.76 0.51
Hex CE E1 25 8 0 54 C 42 4C 33
Octal 316 341 45 10 0 124 14 102 114 63
Binary 11001110 11100001 100101 1000 0 1010100 1100 1000010 1001100 110011

Color Harmonies of #CEE125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE125

Black with #CEE125

Text Example


Text Example

White with #CEE125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE125; }

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

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

background-color css

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

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

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

border-color css

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

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

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