Html Css Color HEX #DBF461 Mindaro

📋 copy color: '#DBF461'

red 219 ◦ green 244 ◦ blue 97

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

Shades of Mindaro #DBF461

Tints of Mindaro #DBF461

RGB

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

 GREEN value IS 244 (95.7% from 255) = 43.57%

 BLUE value IS 97 (38.28% from 255) = 17.32%

R = 39.11%
G = 43.57%
B = 17.32%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.60

 K value IS 0.04

RGB Variations

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

Color information

#DBF461 (or 0xDBF461) is known color: Mindaro. HEX triplet: DB, F4 and 61. RGB value is (219,244,97). Sum of RGB (Red+Green+Blue) = 219+244+97=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 244 (95.70% from 255 or 43.57% from 560); Blue value is 97 (38.28% from 255 or 17.32% from 560); Max value from RGB is 244 - color contains mainly: green. Hex color #DBF461 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF461 is #240B9E. Grayscale: #DCDCDC. Windows color (decimal): -2362271 or 6419675. OLE color: 6419675.

HSL color Cylindrical-coordinate representation of color #DBF461: hue angle of 70.2º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DBF461 is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 244 97 -
CMYK 0.10 0 0.60 0.04
HSL 70.2º 0.87% 0.67% -
HSV(B) 70.2º 0.6% 0.96% -
XYZ 63.72 80.62 23.51 -
YUV 219.77 58.72 127.45 -
System Red Green Blue C M Y K H S L
Decimal 219 244 97 0.10 0 0.60 0.04 70.2 0.87 0.67
Hex DB F4 61 A 0 3C 4 46 57 43
Octal 333 364 141 12 0 74 4 106 127 103
Binary 11011011 11110100 1100001 1010 0 111100 100 1000110 1010111 1000011

Color Harmonies of #DBF461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF461

Black with #DBF461

Text Example


Text Example

White with #DBF461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF461; }

 p { color: rgb(219,244,97); }

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

background-color css

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

 a { background-color: rgb(219,244,97); }

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

border-color css

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

 span { border-color: rgb(219,244,97); }

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