Html Css Color HEX #DAFC71 Mindaro

📋 copy color: '#DAFC71'

red 218 ◦ green 252 ◦ blue 113

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

Shades of Mindaro #DAFC71

Tints of Mindaro #DAFC71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 19.38%

R = 37.39%
G = 43.22%
B = 19.38%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#DAFC71 (or 0xDAFC71) is known color: Mindaro. HEX triplet: DA, FC and 71. RGB value is (218,252,113). Sum of RGB (Red+Green+Blue) = 218+252+113=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 252 (98.83% from 255 or 43.22% from 583); Blue value is 113 (44.53% from 255 or 19.38% from 583); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFC71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFC71 is #25038E. Grayscale: #E2E2E2. Windows color (decimal): -2425743 or 7470298. OLE color: 7470298.

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

Color convert

RGB 218 252 113 -
CMYK 0.13 0 0.55 0.01
HSL 74.68º 0.96% 0.72% -
HSV(B) 74.68º 0.55% 0.99% -
XYZ 66.7 85.72 28.65 -
YUV 225.99 64.24 122.3 -
System Red Green Blue C M Y K H S L
Decimal 218 252 113 0.13 0 0.55 0.01 74.68 0.96 0.72
Hex DA FC 71 D 0 37 1 4B 60 48
Octal 332 374 161 15 0 67 1 113 140 110
Binary 11011010 11111100 1110001 1101 0 110111 1 1001011 1100000 1001000

Color Harmonies of #DAFC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFC71

Black with #DAFC71

Text Example


Text Example

White with #DAFC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFC71; }

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

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

background-color css

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

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

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

border-color css

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

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

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