Html Css Color HEX #DAFD5E Mindaro

📋 copy color: '#DAFD5E'

red 218 ◦ green 253 ◦ blue 94

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

Shades of Mindaro #DAFD5E

Tints of Mindaro #DAFD5E

RGB

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

 GREEN value IS 253 (99.22% from 255) = 44.78%

 BLUE value IS 94 (37.11% from 255) = 16.64%

R = 38.58%
G = 44.78%
B = 16.64%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#DAFD5E (or 0xDAFD5E) is known color: Mindaro. HEX triplet: DA, FD and 5E. RGB value is (218,253,94). Sum of RGB (Red+Green+Blue) = 218+253+94=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 253 (99.22% from 255 or 44.78% from 565); Blue value is 94 (37.11% from 255 or 16.64% from 565); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFD5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFD5E is #2502A1. Grayscale: #E1E1E1. Windows color (decimal): -2425506 or 6225370. OLE color: 6225370.

HSL color Cylindrical-coordinate representation of color #DAFD5E: hue angle of 73.21º degrees, saturation: 0.98, 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 #DAFD5E is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB 218 253 94 -
CMYK 0.14 0 0.63 0.01
HSL 73.21º 0.98% 0.68% -
HSV(B) 73.21º 0.63% 0.99% -
XYZ 66.06 85.96 23.7 -
YUV 224.41 54.4 123.43 -
System Red Green Blue C M Y K H S L
Decimal 218 253 94 0.14 0 0.63 0.01 73.21 0.98 0.68
Hex DA FD 5E E 0 3F 1 49 62 44
Octal 332 375 136 16 0 77 1 111 142 104
Binary 11011010 11111101 1011110 1110 0 111111 1 1001001 1100010 1000100

Color Harmonies of #DAFD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFD5E

Black with #DAFD5E

Text Example


Text Example

White with #DAFD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFD5E; }

 p { color: rgb(218,253,94); }

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

background-color css

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

 a { background-color: rgb(218,253,94); }

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

border-color css

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

 span { border-color: rgb(218,253,94); }

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