Html Css Color HEX #DAFC5D Mindaro

📋 copy color: '#DAFC5D'

red 218 ◦ green 252 ◦ blue 93

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

Shades of Mindaro #DAFC5D

Tints of Mindaro #DAFC5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 16.52%

R = 38.72%
G = 44.76%
B = 16.52%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#DAFC5D (or 0xDAFC5D) is known color: Mindaro. HEX triplet: DA, FC and 5D. RGB value is (218,252,93). Sum of RGB (Red+Green+Blue) = 218+252+93=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 252 (98.83% from 255 or 44.76% from 563); Blue value is 93 (36.72% from 255 or 16.52% from 563); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFC5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFC5D is #2503A2. Grayscale: #E0E0E0. Windows color (decimal): -2425763 or 6159578. OLE color: 6159578.

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

Color convert

RGB 218 252 93 -
CMYK 0.13 0 0.63 0.01
HSL 72.83º 0.96% 0.68% -
HSV(B) 72.83º 0.63% 0.99% -
XYZ 65.7 85.32 23.36 -
YUV 223.71 54.24 123.93 -
System Red Green Blue C M Y K H S L
Decimal 218 252 93 0.13 0 0.63 0.01 72.83 0.96 0.68
Hex DA FC 5D D 0 3F 1 49 60 44
Octal 332 374 135 15 0 77 1 111 140 104
Binary 11011010 11111100 1011101 1101 0 111111 1 1001001 1100000 1000100

Color Harmonies of #DAFC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFC5D

Black with #DAFC5D

Text Example


Text Example

White with #DAFC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFC5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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