#CEE22B

Color #CEE22B Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #CEE22B

Tints of Pear #CEE22B

Color information

#CEE22B (or 0xCEE22B) is unknown color: approx Pear. HEX triplet: CE, E2 and 2B. RGB value is (206,226,43). Sum of RGB (Red+Green+Blue) = 206+226+43=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 226 (88.67% from 255 or 47.58% from 475); Blue value is 43 (17.19% from 255 or 9.05% from 475); Max value from RGB is 226 - color contains mainly: green. Hex color #CEE22B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE22B is #311DD4. Grayscale: #C7C7C7. Windows color (decimal): -3218901 or 2876110. OLE color: 2876110.

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

Color convert

RGB20622643-
CMYK0.0900.810.11
HSL66.56º75.93%52.75%-
HSV(B)66.56º80.97%88.63%-
XYZ53.0967.6912.55-
YUV199.1639.87132.88-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.37%
GREEN value IS 226 (88.67% from 255) = 47.58%
BLUE value IS 43 (17.19% from 255) = 9.05%
R=43.37%
G=47.58%
B=9.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal206226430.0900.810.1166.5675.9352.75
HexCEE22B9051B434c35
Octal316342531101211310311465
Binary1100111011100010101011100101010001101110000111001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE22B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE22B; }

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

 H1.HeaderClassName
 {
   color: #CEE22B;
 }
 .AnyTagClassName
 {
   color: #CEE22B;
 }
</style>
background-color css

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

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

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

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

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

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