#CBDD30

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

Shades of Pear #CBDD30

Tints of Pear #CBDD30

Color information

#CBDD30 (or 0xCBDD30) is unknown color: approx Pear. HEX triplet: CB, DD and 30. RGB value is (203,221,48). Sum of RGB (Red+Green+Blue) = 203+221+48=472 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.01% from 472); Green value is 221 (86.72% from 255 or 46.82% from 472); Blue value is 48 (19.14% from 255 or 10.17% from 472); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDD30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBDD30 is #3422CF. Grayscale: #C4C4C4. Windows color (decimal): -3416784 or 3202507. OLE color: 3202507.

HSL color Cylindrical-coordinate representation of color #CBDD30: hue angle of 66.24º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CBDD30 is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB20322148-
CMYK0.0800.780.13
HSL66.24º71.78%52.75%-
HSV(B)66.24º78.28%86.67%-
XYZ51.0264.6212.58-
YUV195.944.54133.07-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.01%
GREEN value IS 221 (86.72% from 255) = 46.82%
BLUE value IS 48 (19.14% from 255) = 10.17%
R=43.01%
G=46.82%
B=10.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal203221480.0800.780.1366.2471.7852.75
HexCBDD30804ED424835
Octal313335601001161510211065
Binary1100101111011101110000100001001110110110000101001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDD30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDD30; }

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

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

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

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

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

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

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

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