Html Css Color HEX #DAFB74 Mindaro

📋 copy color: '#DAFB74'

red 218 ◦ green 251 ◦ blue 116

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

Shades of Mindaro #DAFB74

Tints of Mindaro #DAFB74

RGB

 RED value IS 218 (85.55% from 255) = 37.26%

 GREEN value IS 251 (98.44% from 255) = 42.91%

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

R = 37.26%
G = 42.91%
B = 19.83%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#DAFB74 (or 0xDAFB74) is known color: Mindaro. HEX triplet: DA, FB and 74. RGB value is (218,251,116). Sum of RGB (Red+Green+Blue) = 218+251+116=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 251 (98.44% from 255 or 42.91% from 585); Blue value is 116 (45.70% from 255 or 19.83% from 585); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFB74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFB74 is #25048B. Grayscale: #E2E2E2. Windows color (decimal): -2425996 or 7666650. OLE color: 7666650.

HSL color Cylindrical-coordinate representation of color #DAFB74: hue angle of 74.67º degrees, saturation: 0.94, 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 #DAFB74 is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 251 116 -
CMYK 0.13 0 0.54 0.02
HSL 74.67º 0.94% 0.72% -
HSV(B) 74.67º 0.54% 0.98% -
XYZ 66.56 85.16 29.45 -
YUV 225.74 66.07 122.48 -
System Red Green Blue C M Y K H S L
Decimal 218 251 116 0.13 0 0.54 0.02 74.67 0.94 0.72
Hex DA FB 74 D 0 36 2 4B 5E 48
Octal 332 373 164 15 0 66 2 113 136 110
Binary 11011010 11111011 1110100 1101 0 110110 10 1001011 1011110 1001000

Color Harmonies of #DAFB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFB74

Black with #DAFB74

Text Example


Text Example

White with #DAFB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFB74; }

 p { color: rgb(218,251,116); }

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

background-color css

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

 a { background-color: rgb(218,251,116); }

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

border-color css

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

 span { border-color: rgb(218,251,116); }

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