#dbf22b

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

Shades of Pear #DBF22B

Tints of Pear #DBF22B

Color information

#DBF22B (or 0xDBF22B) is unknown color: approx Pear. HEX triplet: DB, F2 and 2B. RGB value is (219,242,43). Sum of RGB (Red+Green+Blue) = 219+242+43=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 242 (94.92% from 255 or 48.02% from 504); Blue value is 43 (17.19% from 255 or 8.53% from 504); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF22B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF22B is #240DD4. Grayscale: #D5D5D5. Windows color (decimal): -2362837 or 2880219. OLE color: 2880219.

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

Color convert

RGB21924243-
CMYK0.1000.820.05
HSL66.93º88.44%55.88%-
HSV(B)66.93º82.23%94.9%-
XYZ61.478.7414.25-
YUV212.4432.38132.68-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.45%
GREEN value IS 242 (94.92% from 255) = 48.02%
BLUE value IS 43 (17.19% from 255) = 8.53%
R=43.45%
G=48.02%
B=8.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal219242430.1000.820.0566.9388.4455.88
HexDBF22BA0525435838
Octal33336253120122510313070
Binary110110111111001010101110100101001010110000111011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dbf22b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dbf22b; }

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

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

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

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

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

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

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

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