Html Css Color HEX #DBFA74 Mindaro

📋 copy color: '#DBFA74'

red 219 ◦ green 250 ◦ blue 116

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

Shades of Mindaro #DBFA74

Tints of Mindaro #DBFA74

RGB

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

 GREEN value IS 250 (98.05% from 255) = 42.74%

 BLUE value IS 116 (45.7% from 255) = 19.83%

R = 37.44%
G = 42.74%
B = 19.83%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#DBFA74 (or 0xDBFA74) is known color: Mindaro. HEX triplet: DB, FA and 74. RGB value is (219,250,116). Sum of RGB (Red+Green+Blue) = 219+250+116=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 250 (98.05% from 255 or 42.74% from 585); Blue value is 116 (45.70% from 255 or 19.83% from 585); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFA74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFA74 is #24058B. Grayscale: #E1E1E1. Windows color (decimal): -2360716 or 7666395. OLE color: 7666395.

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

Color convert

RGB 219 250 116 -
CMYK 0.12 0 0.54 0.02
HSL 73.88º 0.93% 0.72% -
HSV(B) 73.88º 0.54% 0.98% -
XYZ 66.55 84.69 29.36 -
YUV 225.46 66.23 123.4 -
System Red Green Blue C M Y K H S L
Decimal 219 250 116 0.12 0 0.54 0.02 73.88 0.93 0.72
Hex DB FA 74 C 0 36 2 4A 5D 48
Octal 333 372 164 14 0 66 2 112 135 110
Binary 11011011 11111010 1110100 1100 0 110110 10 1001010 1011101 1001000

Color Harmonies of #DBFA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFA74

Black with #DBFA74

Text Example


Text Example

White with #DBFA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFA74; }

 p { color: rgb(219,250,116); }

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

background-color css

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

 a { background-color: rgb(219,250,116); }

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

border-color css

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

 span { border-color: rgb(219,250,116); }

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