Html Css Color HEX #DBF024 Pear

📋 copy color: '#DBF024'

red 219 ◦ green 240 ◦ blue 36

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

Shades of Pear #DBF024

Tints of Pear #DBF024

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48.48%

 BLUE value IS 36 (14.45% from 255) = 7.27%

R = 44.24%
G = 48.48%
B = 7.27%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#DBF024 (or 0xDBF024) is known color: Pear. HEX triplet: DB, F0 and 24. RGB value is (219,240,36). Sum of RGB (Red+Green+Blue) = 219+240+36=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 240 (94.14% from 255 or 48.48% from 495); Blue value is 36 (14.45% from 255 or 7.27% from 495); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF024 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF024 is #240FDB. Grayscale: #D3D3D3. Windows color (decimal): -2363356 or 2420955. OLE color: 2420955.

HSL color Cylindrical-coordinate representation of color #DBF024: hue angle of 66.18º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DBF024 is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 240 36 -
CMYK 0.09 0 0.85 0.06
HSL 66.18º 0.87% 0.54% -
HSV(B) 66.18º 0.85% 0.94% -
XYZ 60.69 77.51 13.43 -
YUV 210.47 29.54 134.09 -
System Red Green Blue C M Y K H S L
Decimal 219 240 36 0.09 0 0.85 0.06 66.18 0.87 0.54
Hex DB F0 24 9 0 55 6 42 57 36
Octal 333 360 44 11 0 125 6 102 127 66
Binary 11011011 11110000 100100 1001 0 1010101 110 1000010 1010111 110110

Color Harmonies of #DBF024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF024

Black with #DBF024

Text Example


Text Example

White with #DBF024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF024; }

 p { color: rgb(219,240,36); }

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

background-color css

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

 a { background-color: rgb(219,240,36); }

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

border-color css

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

 span { border-color: rgb(219,240,36); }

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