Html Css Color HEX #CEE126 Pear

📋 copy color: '#CEE126'

red 206 ◦ green 225 ◦ blue 38

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

Shades of Pear #CEE126

Tints of Pear #CEE126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.1%

R = 43.92%
G = 47.97%
B = 8.1%

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

#CEE126 (or 0xCEE126) is known color: Pear. HEX triplet: CE, E1 and 26. RGB value is (206,225,38). Sum of RGB (Red+Green+Blue) = 206+225+38=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 225 (88.28% from 255 or 47.97% from 469); Blue value is 38 (15.23% from 255 or 8.10% from 469); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE126 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE126 is #311ED9. Grayscale: #C6C6C6. Windows color (decimal): -3219162 or 2548174. OLE color: 2548174.

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

Color convert

RGB 206 225 38 -
CMYK 0.08 0 0.83 0.12
HSL 66.1º 0.76% 0.52% -
HSV(B) 66.1º 0.83% 0.88% -
XYZ 52.73 67.11 12.01 -
YUV 198 37.71 133.71 -
System Red Green Blue C M Y K H S L
Decimal 206 225 38 0.08 0 0.83 0.12 66.1 0.76 0.52
Hex CE E1 26 8 0 53 C 42 4C 34
Octal 316 341 46 10 0 123 14 102 114 64
Binary 11001110 11100001 100110 1000 0 1010011 1100 1000010 1001100 110100

Color Harmonies of #CEE126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE126

Black with #CEE126

Text Example


Text Example

White with #CEE126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE126; }

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

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

background-color css

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

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

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

border-color css

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

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

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