Html Css Color HEX #DBF921 Pear

📋 copy color: '#DBF921'

red 219 ◦ green 249 ◦ blue 33

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

Shades of Pear #DBF921

Tints of Pear #DBF921

RGB

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

 GREEN value IS 249 (97.66% from 255) = 49.7%

 BLUE value IS 33 (13.28% from 255) = 6.59%

R = 43.71%
G = 49.7%
B = 6.59%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#DBF921 (or 0xDBF921) is known color: Pear. HEX triplet: DB, F9 and 21. RGB value is (219,249,33). Sum of RGB (Red+Green+Blue) = 219+249+33=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 249 (97.66% from 255 or 49.70% from 501); Blue value is 33 (13.28% from 255 or 6.59% from 501); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF921 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF921 is #2406DE. Grayscale: #D8D8D8. Windows color (decimal): -2361055 or 2226651. OLE color: 2226651.

HSL color Cylindrical-coordinate representation of color #DBF921: hue angle of 68.33º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DBF921 is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 249 33 -
CMYK 0.12 0 0.87 0.02
HSL 68.33º 0.95% 0.55% -
HSV(B) 68.33º 0.87% 0.98% -
XYZ 63.36 82.92 14.1 -
YUV 215.41 25.06 130.56 -
System Red Green Blue C M Y K H S L
Decimal 219 249 33 0.12 0 0.87 0.02 68.33 0.95 0.55
Hex DB F9 21 C 0 57 2 44 5F 37
Octal 333 371 41 14 0 127 2 104 137 67
Binary 11011011 11111001 100001 1100 0 1010111 10 1000100 1011111 110111

Color Harmonies of #DBF921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF921

Black with #DBF921

Text Example


Text Example

White with #DBF921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF921; }

 p { color: rgb(219,249,33); }

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

background-color css

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

 a { background-color: rgb(219,249,33); }

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

border-color css

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

 span { border-color: rgb(219,249,33); }

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