Html Css Color HEX #DBF530 Pear

📋 copy color: '#DBF530'

red 219 ◦ green 245 ◦ blue 48

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

Shades of Pear #DBF530

Tints of Pear #DBF530

RGB

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

 GREEN value IS 245 (96.09% from 255) = 47.85%

 BLUE value IS 48 (19.14% from 255) = 9.38%

R = 42.77%
G = 47.85%
B = 9.38%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#DBF530 (or 0xDBF530) is known color: Pear. HEX triplet: DB, F5 and 30. RGB value is (219,245,48). Sum of RGB (Red+Green+Blue) = 219+245+48=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 245 (96.09% from 255 or 47.85% from 512); Blue value is 48 (19.14% from 255 or 9.38% from 512); Max value from RGB is 245 - color contains mainly: green. Hex color #DBF530 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF530 is #240ACF. Grayscale: #D7D7D7. Windows color (decimal): -2362064 or 3208667. OLE color: 3208667.

HSL color Cylindrical-coordinate representation of color #DBF530: hue angle of 67.92º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DBF530 is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 245 48 -
CMYK 0.11 0 0.80 0.04
HSL 67.92º 0.91% 0.57% -
HSV(B) 67.92º 0.8% 0.96% -
XYZ 62.4 80.58 15.06 -
YUV 214.77 33.89 131.02 -
System Red Green Blue C M Y K H S L
Decimal 219 245 48 0.11 0 0.80 0.04 67.92 0.91 0.57
Hex DB F5 30 B 0 50 4 44 5B 39
Octal 333 365 60 13 0 120 4 104 133 71
Binary 11011011 11110101 110000 1011 0 1010000 100 1000100 1011011 111001

Color Harmonies of #DBF530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF530

Black with #DBF530

Text Example


Text Example

White with #DBF530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF530; }

 p { color: rgb(219,245,48); }

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

background-color css

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

 a { background-color: rgb(219,245,48); }

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

border-color css

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

 span { border-color: rgb(219,245,48); }

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