#cbee45

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

Shades of Pear #CBEE45

Tints of Pear #CBEE45

Color information

#CBEE45 (or 0xCBEE45) is unknown color: approx Pear. HEX triplet: CB, EE and 45. RGB value is (203,238,69). Sum of RGB (Red+Green+Blue) = 203+238+69=510 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.80% from 510); Green value is 238 (93.36% from 255 or 46.67% from 510); Blue value is 69 (27.34% from 255 or 13.53% from 510); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEE45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBEE45 is #3411BA. Grayscale: #D0D0D0. Windows color (decimal): -3412411 or 4583115. OLE color: 4583115.

HSL color Cylindrical-coordinate representation of color #CBEE45: hue angle of 72.43º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CBEE45 is Cyan = 0.15, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB20323869-
CMYK0.1500.710.07
HSL72.43º83.25%60.2%-
HSV(B)72.43º71.01%93.33%-
XYZ56.2874.2817-
YUV208.2749.4124.24-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.80%
GREEN value IS 238 (93.36% from 255) = 46.67%
BLUE value IS 69 (27.34% from 255) = 13.53%
R=39.80%
G=46.67%
B=13.53%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal203238690.1500.710.0772.4383.2560.2
HexCBEE45F047748533c
Octal313356105170107711012374
Binary1100101111101110100010111110100011111110010001010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cbee45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cbee45; }

 p { color: rgb(203,238,69); }

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

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

 a { background-color: rgb(203,238,69); }

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

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

 span { border-color: rgb(203,238,69); }

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