#dbf233

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

Shades of Pear #DBF233

Tints of Pear #DBF233

Color information

#DBF233 (or 0xDBF233) is unknown color: approx Pear. HEX triplet: DB, F2 and 33. RGB value is (219,242,51). Sum of RGB (Red+Green+Blue) = 219+242+51=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 242 (94.92% from 255 or 47.27% from 512); Blue value is 51 (20.31% from 255 or 9.96% from 512); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF233 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF233 is #240DCC. Grayscale: #D6D6D6. Windows color (decimal): -2362829 or 3404507. OLE color: 3404507.

HSL color Cylindrical-coordinate representation of color #DBF233: hue angle of 67.23º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DBF233 is Cyan = 0.10, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB21924251-
CMYK0.1000.790.05
HSL67.23º88.02%57.45%-
HSV(B)67.23º78.93%94.9%-
XYZ61.5678.815.1-
YUV213.3536.38132.03-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.77%
GREEN value IS 242 (94.92% from 255) = 47.27%
BLUE value IS 51 (20.31% from 255) = 9.96%
R=42.77%
G=47.27%
B=9.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal219242510.1000.790.0567.2388.0257.45
HexDBF233A04F5435839
Octal33336263120117510313071
Binary110110111111001011001110100100111110110000111011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dbf233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dbf233; }

 p { color: rgb(219,242,51); }

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

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

 a { background-color: rgb(219,242,51); }

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

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

 span { border-color: rgb(219,242,51); }

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