Html Css Color HEX #DAFC60 Mindaro

📋 copy color: '#DAFC60'

red 218 ◦ green 252 ◦ blue 96

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

Shades of Mindaro #DAFC60

Tints of Mindaro #DAFC60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 16.96%

R = 38.52%
G = 44.52%
B = 16.96%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#DAFC60 (or 0xDAFC60) is known color: Mindaro. HEX triplet: DA, FC and 60. RGB value is (218,252,96). Sum of RGB (Red+Green+Blue) = 218+252+96=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 252 (98.83% from 255 or 44.52% from 566); Blue value is 96 (37.89% from 255 or 16.96% from 566); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFC60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFC60 is #25039F. Grayscale: #E0E0E0. Windows color (decimal): -2425760 or 6356186. OLE color: 6356186.

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

Color convert

RGB 218 252 96 -
CMYK 0.13 0 0.62 0.01
HSL 73.08º 0.96% 0.68% -
HSV(B) 73.08º 0.62% 0.99% -
XYZ 65.84 85.37 24.07 -
YUV 224.05 55.74 123.68 -
System Red Green Blue C M Y K H S L
Decimal 218 252 96 0.13 0 0.62 0.01 73.08 0.96 0.68
Hex DA FC 60 D 0 3E 1 49 60 44
Octal 332 374 140 15 0 76 1 111 140 104
Binary 11011010 11111100 1100000 1101 0 111110 1 1001001 1100000 1000100

Color Harmonies of #DAFC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFC60

Black with #DAFC60

Text Example


Text Example

White with #DAFC60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFC60; }

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

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

background-color css

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

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

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

border-color css

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

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

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