Html Css Color HEX #CEE226 Pear

📋 copy color: '#CEE226'

red 206 ◦ green 226 ◦ blue 38

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

Shades of Pear #CEE226

Tints of Pear #CEE226

RGB

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

 GREEN value IS 226 (88.67% from 255) = 48.09%

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

R = 43.83%
G = 48.09%
B = 8.09%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.83

 K value IS 0.11

RGB Variations

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

Color information

#CEE226 (or 0xCEE226) is known color: Pear. HEX triplet: CE, E2 and 26. RGB value is (206,226,38). Sum of RGB (Red+Green+Blue) = 206+226+38=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 226 (88.67% from 255 or 48.09% from 470); Blue value is 38 (15.23% from 255 or 8.09% from 470); Max value from RGB is 226 - color contains mainly: green. Hex color #CEE226 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE226 is #311DD9. Grayscale: #C7C7C7. Windows color (decimal): -3218906 or 2548430. OLE color: 2548430.

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

Color convert

RGB 206 226 38 -
CMYK 0.09 0 0.83 0.11
HSL 66.38º 0.76% 0.52% -
HSV(B) 66.38º 0.83% 0.89% -
XYZ 53 67.65 12.1 -
YUV 198.59 37.37 133.29 -
System Red Green Blue C M Y K H S L
Decimal 206 226 38 0.09 0 0.83 0.11 66.38 0.76 0.52
Hex CE E2 26 9 0 53 B 42 4C 34
Octal 316 342 46 11 0 123 13 102 114 64
Binary 11001110 11100010 100110 1001 0 1010011 1011 1000010 1001100 110100

Color Harmonies of #CEE226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE226

Black with #CEE226

Text Example


Text Example

White with #CEE226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE226; }

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

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

background-color css

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

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

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

border-color css

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

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

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