#CBF530

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

Shades of Pear #CBF530

Tints of Pear #CBF530

Color information

#CBF530 (or 0xCBF530) is unknown color: approx Pear. HEX triplet: CB, F5 and 30. RGB value is (203,245,48). Sum of RGB (Red+Green+Blue) = 203+245+48=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 245 (96.09% from 255 or 49.40% from 496); Blue value is 48 (19.14% from 255 or 9.68% from 496); Max value from RGB is 245 - color contains mainly: green. Hex color #CBF530 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF530 is #340ACF. Grayscale: #D2D2D2. Windows color (decimal): -3410640 or 3208651. OLE color: 3208651.

HSL color Cylindrical-coordinate representation of color #CBF530: hue angle of 72.79º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CBF530 is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB20324548-
CMYK0.1700.800.04
HSL72.79º90.78%57.45%-
HSV(B)72.79º80.41%96.08%-
XYZ57.8178.2114.85-
YUV209.9836.59123.02-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.93%
GREEN value IS 245 (96.09% from 255) = 49.40%
BLUE value IS 48 (19.14% from 255) = 9.68%
R=40.93%
G=49.40%
B=9.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal203245480.1700.800.0472.7990.7857.45
HexCBF530110504495b39
Octal31336560210120411113371
Binary1100101111110101110000100010101000010010010011011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF530; }

 p { color: rgb(203,245,48); }

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

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

 a { background-color: rgb(203,245,48); }

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

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

 span { border-color: rgb(203,245,48); }

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