Html Css Color HEX #DBF960 Mindaro

📋 copy color: '#DBF960'

red 219 ◦ green 249 ◦ blue 96

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

Shades of Mindaro #DBF960

Tints of Mindaro #DBF960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 17.02%

R = 38.83%
G = 44.15%
B = 17.02%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#DBF960 (or 0xDBF960) is known color: Mindaro. HEX triplet: DB, F9 and 60. RGB value is (219,249,96). Sum of RGB (Red+Green+Blue) = 219+249+96=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 249 (97.66% from 255 or 44.15% from 564); Blue value is 96 (37.89% from 255 or 17.02% from 564); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF960 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF960 is #24069F. Grayscale: #DFDFDF. Windows color (decimal): -2360992 or 6355419. OLE color: 6355419.

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

Color convert

RGB 219 249 96 -
CMYK 0.12 0 0.61 0.02
HSL 71.76º 0.93% 0.68% -
HSV(B) 71.76º 0.61% 0.98% -
XYZ 65.2 83.66 23.78 -
YUV 222.59 56.56 125.44 -
System Red Green Blue C M Y K H S L
Decimal 219 249 96 0.12 0 0.61 0.02 71.76 0.93 0.68
Hex DB F9 60 C 0 3D 2 48 5D 44
Octal 333 371 140 14 0 75 2 110 135 104
Binary 11011011 11111001 1100000 1100 0 111101 10 1001000 1011101 1000100

Color Harmonies of #DBF960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF960

Black with #DBF960

Text Example


Text Example

White with #DBF960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF960; }

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

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

background-color css

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

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

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

border-color css

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

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

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