Html Css Color HEX #DBF320 Pear

📋 copy color: '#DBF320'

red 219 ◦ green 243 ◦ blue 32

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

Shades of Pear #DBF320

Tints of Pear #DBF320

RGB

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

 GREEN value IS 243 (95.31% from 255) = 49.19%

 BLUE value IS 32 (12.89% from 255) = 6.48%

R = 44.33%
G = 49.19%
B = 6.48%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#DBF320 (or 0xDBF320) is known color: Pear. HEX triplet: DB, F3 and 20. RGB value is (219,243,32). Sum of RGB (Red+Green+Blue) = 219+243+32=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 243 (95.31% from 255 or 49.19% from 494); Blue value is 32 (12.89% from 255 or 6.48% from 494); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF320 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF320 is #240CDF. Grayscale: #D4D4D4. Windows color (decimal): -2362592 or 2159579. OLE color: 2159579.

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

Color convert

RGB 219 243 32 -
CMYK 0.10 0 0.87 0.05
HSL 66.82º 0.9% 0.54% -
HSV(B) 66.82º 0.87% 0.95% -
XYZ 61.52 79.27 13.42 -
YUV 211.77 26.55 133.16 -
System Red Green Blue C M Y K H S L
Decimal 219 243 32 0.10 0 0.87 0.05 66.82 0.9 0.54
Hex DB F3 20 A 0 57 5 43 5A 36
Octal 333 363 40 12 0 127 5 103 132 66
Binary 11011011 11110011 100000 1010 0 1010111 101 1000011 1011010 110110

Color Harmonies of #DBF320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF320

Black with #DBF320

Text Example


Text Example

White with #DBF320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF320; }

 p { color: rgb(219,243,32); }

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

background-color css

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

 a { background-color: rgb(219,243,32); }

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

border-color css

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

 span { border-color: rgb(219,243,32); }

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