#CEE93B

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

Shades of Pear #CEE93B

Tints of Pear #CEE93B

Color information

#CEE93B (or 0xCEE93B) is unknown color: approx Pear. HEX triplet: CE, E9 and 3B. RGB value is (206,233,59). Sum of RGB (Red+Green+Blue) = 206+233+59=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 233 (91.41% from 255 or 46.79% from 498); Blue value is 59 (23.44% from 255 or 11.85% from 498); Max value from RGB is 233 - color contains mainly: green. Hex color #CEE93B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEE93B is #3116C4. Grayscale: #CDCDCD. Windows color (decimal): -3217093 or 3926478. OLE color: 3926478.

HSL color Cylindrical-coordinate representation of color #CEE93B: hue angle of 69.31º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CEE93B is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.

Color convert

RGB20623359-
CMYK0.1200.750.09
HSL69.31º79.82%57.25%-
HSV(B)69.31º74.68%91.37%-
XYZ55.3871.7215.06-
YUV205.0945.55128.65-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.37%
GREEN value IS 233 (91.41% from 255) = 46.79%
BLUE value IS 59 (23.44% from 255) = 11.85%
R=41.37%
G=46.79%
B=11.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal206233590.1200.750.0969.3179.8257.25
HexCEE93BC04B9455039
Octal316351731401131110512071
Binary1100111011101001111011110001001011100110001011010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE93B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE93B; }

 p { color: rgb(206,233,59); }

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

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

 a { background-color: rgb(206,233,59); }

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

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

 span { border-color: rgb(206,233,59); }

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