Html Css Color HEX #DAFC70 Mindaro

📋 copy color: '#DAFC70'

red 218 ◦ green 252 ◦ blue 112

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

Shades of Mindaro #DAFC70

Tints of Mindaro #DAFC70

RGB

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

 GREEN value IS 252 (98.83% from 255) = 43.3%

 BLUE value IS 112 (44.14% from 255) = 19.24%

R = 37.46%
G = 43.3%
B = 19.24%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#DAFC70 (or 0xDAFC70) is known color: Mindaro. HEX triplet: DA, FC and 70. RGB value is (218,252,112). Sum of RGB (Red+Green+Blue) = 218+252+112=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 252 (98.83% from 255 or 43.30% from 582); Blue value is 112 (44.14% from 255 or 19.24% from 582); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFC70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFC70 is #25038F. Grayscale: #E2E2E2. Windows color (decimal): -2425744 or 7404762. OLE color: 7404762.

HSL color Cylindrical-coordinate representation of color #DAFC70: hue angle of 74.57º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DAFC70 is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB 218 252 112 -
CMYK 0.13 0 0.56 0.01
HSL 74.57º 0.96% 0.71% -
HSV(B) 74.57º 0.56% 0.99% -
XYZ 66.65 85.7 28.36 -
YUV 225.87 63.74 122.38 -
System Red Green Blue C M Y K H S L
Decimal 218 252 112 0.13 0 0.56 0.01 74.57 0.96 0.71
Hex DA FC 70 D 0 38 1 4B 60 47
Octal 332 374 160 15 0 70 1 113 140 107
Binary 11011010 11111100 1110000 1101 0 111000 1 1001011 1100000 1000111

Color Harmonies of #DAFC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFC70

Black with #DAFC70

Text Example


Text Example

White with #DAFC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFC70; }

 p { color: rgb(218,252,112); }

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

background-color css

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

 a { background-color: rgb(218,252,112); }

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

border-color css

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

 span { border-color: rgb(218,252,112); }

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