Html Css Color HEX #DAFC65 Mindaro

📋 copy color: '#DAFC65'

red 218 ◦ green 252 ◦ blue 101

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

Shades of Mindaro #DAFC65

Tints of Mindaro #DAFC65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 17.69%

R = 38.18%
G = 44.13%
B = 17.69%

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

#DAFC65 (or 0xDAFC65) is known color: Mindaro. HEX triplet: DA, FC and 65. RGB value is (218,252,101). Sum of RGB (Red+Green+Blue) = 218+252+101=571 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.18% from 571); Green value is 252 (98.83% from 255 or 44.13% from 571); Blue value is 101 (39.84% from 255 or 17.69% from 571); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFC65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFC65 is #25039A. Grayscale: #E1E1E1. Windows color (decimal): -2425755 or 6683866. OLE color: 6683866.

HSL color Cylindrical-coordinate representation of color #DAFC65: hue angle of 73.51º 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 #DAFC65 is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 218 252 101 -
CMYK 0.13 0 0.60 0.01
HSL 73.51º 0.96% 0.69% -
HSV(B) 73.51º 0.6% 0.99% -
XYZ 66.07 85.47 25.33 -
YUV 224.62 58.24 123.28 -
System Red Green Blue C M Y K H S L
Decimal 218 252 101 0.13 0 0.60 0.01 73.51 0.96 0.69
Hex DA FC 65 D 0 3C 1 4A 60 45
Octal 332 374 145 15 0 74 1 112 140 105
Binary 11011010 11111100 1100101 1101 0 111100 1 1001010 1100000 1000101

Color Harmonies of #DAFC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFC65

Black with #DAFC65

Text Example


Text Example

White with #DAFC65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFC65; }

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

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

background-color css

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

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

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

border-color css

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

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

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