#CBE62A

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

Shades of Pear #CBE62A

Tints of Pear #CBE62A

Color information

#CBE62A (or 0xCBE62A) is unknown color: approx Pear. HEX triplet: CB, E6 and 2A. RGB value is (203,230,42). Sum of RGB (Red+Green+Blue) = 203+230+42=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 230 (90.23% from 255 or 48.42% from 475); Blue value is 42 (16.80% from 255 or 8.84% from 475); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE62A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBE62A is #3419D5. Grayscale: #C9C9C9. Windows color (decimal): -3414486 or 2811595. OLE color: 2811595.

HSL color Cylindrical-coordinate representation of color #CBE62A: hue angle of 68.62º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CBE62A is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.

Color convert

RGB20323042-
CMYK0.1200.820.10
HSL68.62º78.99%53.33%-
HSV(B)68.62º81.74%90.2%-
XYZ53.3469.4612.79-
YUV200.538.55129.79-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.74%
GREEN value IS 230 (90.23% from 255) = 48.42%
BLUE value IS 42 (16.80% from 255) = 8.84%
R=42.74%
G=48.42%
B=8.84%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal203230420.1200.820.1068.6278.9953.33
HexCBE62AC052A454f35
Octal313346521401221210511765
Binary1100101111100110101010110001010010101010001011001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE62A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE62A; }

 p { color: rgb(203,230,42); }

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

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

 a { background-color: rgb(203,230,42); }

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

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

 span { border-color: rgb(203,230,42); }

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