Html Css Color HEX #DAFF75 Mindaro

📋 copy color: '#DAFF75'

red 218 ◦ green 255 ◦ blue 117

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

Shades of Mindaro #DAFF75

Tints of Mindaro #DAFF75

RGB

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

 GREEN value IS 255 (100% from 255) = 43.22%

 BLUE value IS 117 (46.09% from 255) = 19.83%

R = 36.95%
G = 43.22%
B = 19.83%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#DAFF75 (or 0xDAFF75) is known color: Mindaro. HEX triplet: DA, FF and 75. RGB value is (218,255,117). Sum of RGB (Red+Green+Blue) = 218+255+117=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 255 (100% from 255 or 43.22% from 590); Blue value is 117 (46.09% from 255 or 19.83% from 590); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFF75 is #25008A. Grayscale: #E4E4E4. Windows color (decimal): -2424971 or 7733210. OLE color: 7733210.

HSL color Cylindrical-coordinate representation of color #DAFF75: hue angle of 76.09º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DAFF75 is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.

Color convert

RGB 218 255 117 -
CMYK 0.15 0 0.54 0
HSL 76.09º 1% 0.73% -
HSV(B) 76.09º 0.54% 1% -
XYZ 67.88 87.71 30.18 -
YUV 228.21 65.24 120.72 -
System Red Green Blue C M Y K H S L
Decimal 218 255 117 0.15 0 0.54 0 76.09 1 0.73
Hex DA FF 75 F 0 36 0 4C 64 49
Octal 332 377 165 17 0 66 0 114 144 111
Binary 11011010 11111111 1110101 1111 0 110110 0 1001100 1100100 1001001

Color Harmonies of #DAFF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFF75

Black with #DAFF75

Text Example


Text Example

White with #DAFF75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFF75; }

 p { color: rgb(218,255,117); }

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

background-color css

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

 a { background-color: rgb(218,255,117); }

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

border-color css

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

 span { border-color: rgb(218,255,117); }

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