#CBEA40

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

Shades of Pear #CBEA40

Tints of Pear #CBEA40

Color information

#CBEA40 (or 0xCBEA40) is unknown color: approx Pear. HEX triplet: CB, EA and 40. RGB value is (203,234,64). Sum of RGB (Red+Green+Blue) = 203+234+64=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 234 (91.80% from 255 or 46.71% from 501); Blue value is 64 (25.39% from 255 or 12.77% from 501); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEA40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBEA40 is #3415BF. Grayscale: #CECECE. Windows color (decimal): -3413440 or 4254411. OLE color: 4254411.

HSL color Cylindrical-coordinate representation of color #CBEA40: hue angle of 70.94º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CBEA40 is Cyan = 0.13, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB20323464-
CMYK0.1300.730.08
HSL70.94º80.19%58.43%-
HSV(B)70.94º72.65%91.76%-
XYZ54.9871.9115.83-
YUV205.3548.23126.32-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.52%
GREEN value IS 234 (91.80% from 255) = 46.71%
BLUE value IS 64 (25.39% from 255) = 12.77%
R=40.52%
G=46.71%
B=12.77%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal203234640.1300.730.0870.9480.1958.43
HexCBEA40D049847503a
Octal3133521001501111010712072
Binary11001011111010101000000110101001001100010001111010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEA40; }

 p { color: rgb(203,234,64); }

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

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

 a { background-color: rgb(203,234,64); }

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

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

 span { border-color: rgb(203,234,64); }

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