Html Css Color HEX #DBF22F Pear

📋 copy color: '#DBF22F'

red 219 ◦ green 242 ◦ blue 47

#DBF22F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pear #DBF22F

Tints of Pear #DBF22F

RGB

 RED value IS 219 (85.94% from 255) = 43.11%

 GREEN value IS 242 (94.92% from 255) = 47.64%

 BLUE value IS 47 (18.75% from 255) = 9.25%

R = 43.11%
G = 47.64%
B = 9.25%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#DBF22F (or 0xDBF22F) is known color: Pear. HEX triplet: DB, F2 and 2F. RGB value is (219,242,47). Sum of RGB (Red+Green+Blue) = 219+242+47=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 242 (94.92% from 255 or 47.64% from 508); Blue value is 47 (18.75% from 255 or 9.25% from 508); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF22F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF22F is #240DD0. Grayscale: #D5D5D5. Windows color (decimal): -2362833 or 3142363. OLE color: 3142363.

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

Color convert

RGB 219 242 47 -
CMYK 0.10 0 0.81 0.05
HSL 67.08º 0.88% 0.57% -
HSV(B) 67.08º 0.81% 0.95% -
XYZ 61.48 78.77 14.65 -
YUV 212.89 34.38 132.36 -
System Red Green Blue C M Y K H S L
Decimal 219 242 47 0.10 0 0.81 0.05 67.08 0.88 0.57
Hex DB F2 2F A 0 51 5 43 58 39
Octal 333 362 57 12 0 121 5 103 130 71
Binary 11011011 11110010 101111 1010 0 1010001 101 1000011 1011000 111001

Color Harmonies of #DBF22F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF22F

Black with #DBF22F

Text Example


Text Example

White with #DBF22F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF22F; }

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

 H1.HeaderClassName
 {
   color: #DBF22F;
 }
 .AnyTagClassName
 {
   color: #DBF22F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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