Html Css Color HEX #CEE127 Pear

📋 copy color: '#CEE127'

red 206 ◦ green 225 ◦ blue 39

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

Shades of Pear #CEE127

Tints of Pear #CEE127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.3%

R = 43.83%
G = 47.87%
B = 8.3%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#CEE127 (or 0xCEE127) is known color: Pear. HEX triplet: CE, E1 and 27. RGB value is (206,225,39). Sum of RGB (Red+Green+Blue) = 206+225+39=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 225 (88.28% from 255 or 47.87% from 470); Blue value is 39 (15.62% from 255 or 8.30% from 470); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE127 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE127 is #311ED8. Grayscale: #C6C6C6. Windows color (decimal): -3219161 or 2613710. OLE color: 2613710.

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

Color convert

RGB 206 225 39 -
CMYK 0.08 0 0.83 0.12
HSL 66.13º 0.76% 0.52% -
HSV(B) 66.13º 0.83% 0.88% -
XYZ 52.75 67.12 12.09 -
YUV 198.12 38.21 133.62 -
System Red Green Blue C M Y K H S L
Decimal 206 225 39 0.08 0 0.83 0.12 66.13 0.76 0.52
Hex CE E1 27 8 0 53 C 42 4C 34
Octal 316 341 47 10 0 123 14 102 114 64
Binary 11001110 11100001 100111 1000 0 1010011 1100 1000010 1001100 110100

Color Harmonies of #CEE127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE127

Black with #CEE127

Text Example


Text Example

White with #CEE127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE127; }

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

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

background-color css

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

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

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

border-color css

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

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

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