Html Css Color HEX #DAFC68 Mindaro

📋 copy color: '#DAFC68'

red 218 ◦ green 252 ◦ blue 104

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

Shades of Mindaro #DAFC68

Tints of Mindaro #DAFC68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 18.12%

R = 37.98%
G = 43.9%
B = 18.12%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#DAFC68 (or 0xDAFC68) is known color: Mindaro. HEX triplet: DA, FC and 68. RGB value is (218,252,104). Sum of RGB (Red+Green+Blue) = 218+252+104=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 252 (98.83% from 255 or 43.90% from 574); Blue value is 104 (41.02% from 255 or 18.12% from 574); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFC68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFC68 is #250397. Grayscale: #E1E1E1. Windows color (decimal): -2425752 or 6880474. OLE color: 6880474.

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

Color convert

RGB 218 252 104 -
CMYK 0.13 0 0.59 0.01
HSL 73.78º 0.96% 0.7% -
HSV(B) 73.78º 0.59% 0.99% -
XYZ 66.22 85.53 26.11 -
YUV 224.96 59.74 123.03 -
System Red Green Blue C M Y K H S L
Decimal 218 252 104 0.13 0 0.59 0.01 73.78 0.96 0.7
Hex DA FC 68 D 0 3B 1 4A 60 46
Octal 332 374 150 15 0 73 1 112 140 106
Binary 11011010 11111100 1101000 1101 0 111011 1 1001010 1100000 1000110

Color Harmonies of #DAFC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFC68

Black with #DAFC68

Text Example


Text Example

White with #DAFC68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFC68; }

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

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

background-color css

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

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

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

border-color css

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

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

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