Html Css Color HEX #DAFC5A Mindaro

📋 copy color: '#DAFC5A'

red 218 ◦ green 252 ◦ blue 90

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

Shades of Mindaro #DAFC5A

Tints of Mindaro #DAFC5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 16.07%

R = 38.93%
G = 45%
B = 16.07%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#DAFC5A (or 0xDAFC5A) is known color: Mindaro. HEX triplet: DA, FC and 5A. RGB value is (218,252,90). Sum of RGB (Red+Green+Blue) = 218+252+90=560 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.93% from 560); Green value is 252 (98.83% from 255 or 45% from 560); Blue value is 90 (35.55% from 255 or 16.07% from 560); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFC5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFC5A is #2503A5. Grayscale: #DFDFDF. Windows color (decimal): -2425766 or 5962970. OLE color: 5962970.

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

Color convert

RGB 218 252 90 -
CMYK 0.13 0 0.64 0.01
HSL 72.59º 0.96% 0.67% -
HSV(B) 72.59º 0.64% 0.99% -
XYZ 65.57 85.26 22.67 -
YUV 223.37 52.74 124.17 -
System Red Green Blue C M Y K H S L
Decimal 218 252 90 0.13 0 0.64 0.01 72.59 0.96 0.67
Hex DA FC 5A D 0 40 1 49 60 43
Octal 332 374 132 15 0 100 1 111 140 103
Binary 11011010 11111100 1011010 1101 0 1000000 1 1001001 1100000 1000011

Color Harmonies of #DAFC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFC5A

Black with #DAFC5A

Text Example


Text Example

White with #DAFC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFC5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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