Html Css Color HEX #DAFC66 Mindaro

📋 copy color: '#DAFC66'

red 218 ◦ green 252 ◦ blue 102

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

Shades of Mindaro #DAFC66

Tints of Mindaro #DAFC66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 17.83%

R = 38.11%
G = 44.06%
B = 17.83%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#DAFC66 (or 0xDAFC66) is known color: Mindaro. HEX triplet: DA, FC and 66. RGB value is (218,252,102). Sum of RGB (Red+Green+Blue) = 218+252+102=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 252 (98.83% from 255 or 44.06% from 572); Blue value is 102 (40.23% from 255 or 17.83% from 572); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFC66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFC66 is #250399. Grayscale: #E1E1E1. Windows color (decimal): -2425754 or 6749402. OLE color: 6749402.

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

Color convert

RGB 218 252 102 -
CMYK 0.13 0 0.60 0.01
HSL 73.6º 0.96% 0.69% -
HSV(B) 73.6º 0.6% 0.99% -
XYZ 66.12 85.49 25.59 -
YUV 224.73 58.74 123.2 -
System Red Green Blue C M Y K H S L
Decimal 218 252 102 0.13 0 0.60 0.01 73.6 0.96 0.69
Hex DA FC 66 D 0 3C 1 4A 60 45
Octal 332 374 146 15 0 74 1 112 140 105
Binary 11011010 11111100 1100110 1101 0 111100 1 1001010 1100000 1000101

Color Harmonies of #DAFC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFC66

Black with #DAFC66

Text Example


Text Example

White with #DAFC66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFC66; }

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

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

background-color css

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

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

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

border-color css

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

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

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