#CBF648

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

Shades of Pear #CBF648

Tints of Pear #CBF648

Color information

#CBF648 (or 0xCBF648) is unknown color: approx Pear. HEX triplet: CB, F6 and 48. RGB value is (203,246,72). Sum of RGB (Red+Green+Blue) = 203+246+72=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 246 (96.48% from 255 or 47.22% from 521); Blue value is 72 (28.52% from 255 or 13.82% from 521); Max value from RGB is 246 - color contains mainly: green. Hex color #CBF648 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF648 is #3409B7. Grayscale: #D5D5D5. Windows color (decimal): -3410360 or 4781771. OLE color: 4781771.

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

Color convert

RGB20324672-
CMYK0.1700.710.04
HSL74.83º90.62%62.35%-
HSV(B)74.83º70.73%96.47%-
XYZ58.7579.0818.3-
YUV213.3148.25120.65-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.96%
GREEN value IS 246 (96.48% from 255) = 47.22%
BLUE value IS 72 (28.52% from 255) = 13.82%
R=38.96%
G=47.22%
B=13.82%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal203246720.1700.710.0474.8390.6262.35
HexCBF6481104744b5b3e
Octal313366110210107411313376
Binary11001011111101101001000100010100011110010010111011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF648; }

 p { color: rgb(203,246,72); }

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

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

 a { background-color: rgb(203,246,72); }

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

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

 span { border-color: rgb(203,246,72); }

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