#CBF72D

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

Shades of Pear #CBF72D

Tints of Pear #CBF72D

Color information

#CBF72D (or 0xCBF72D) is unknown color: approx Pear. HEX triplet: CB, F7 and 2D. RGB value is (203,247,45). Sum of RGB (Red+Green+Blue) = 203+247+45=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 247 (96.88% from 255 or 49.90% from 495); Blue value is 45 (17.97% from 255 or 9.09% from 495); Max value from RGB is 247 - color contains mainly: green. Hex color #CBF72D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF72D is #3408D2. Grayscale: #D3D3D3. Windows color (decimal): -3410131 or 3012555. OLE color: 3012555.

HSL color Cylindrical-coordinate representation of color #CBF72D: hue angle of 73.07º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CBF72D is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.03.

Color convert

RGB20324745-
CMYK0.1800.820.03
HSL73.07º92.66%57.25%-
HSV(B)73.07º81.78%96.86%-
XYZ58.3679.4114.73-
YUV210.8234.42122.43-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.01%
GREEN value IS 247 (96.88% from 255) = 49.90%
BLUE value IS 45 (17.97% from 255) = 9.09%
R=41.01%
G=49.90%
B=9.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal203247450.1800.820.0373.0792.6657.25
HexCBF72D120523495d39
Octal31336755220122311113571
Binary110010111111011110110110010010100101110010011011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF72D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF72D; }

 p { color: rgb(203,247,45); }

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

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

 a { background-color: rgb(203,247,45); }

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

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

 span { border-color: rgb(203,247,45); }

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