Html Css Color HEX #DAF17D Mindaro

📋 copy color: '#DAF17D'

red 218 ◦ green 241 ◦ blue 125

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

Shades of Mindaro #DAF17D

Tints of Mindaro #DAF17D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 41.27%

 BLUE value IS 125 (49.22% from 255) = 21.4%

R = 37.33%
G = 41.27%
B = 21.4%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#DAF17D (or 0xDAF17D) is known color: Mindaro. HEX triplet: DA, F1 and 7D. RGB value is (218,241,125). Sum of RGB (Red+Green+Blue) = 218+241+125=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 241 (94.53% from 255 or 41.27% from 584); Blue value is 125 (49.22% from 255 or 21.40% from 584); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF17D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF17D is #250E82. Grayscale: #DDDDDD. Windows color (decimal): -2428547 or 8253914. OLE color: 8253914.

HSL color Cylindrical-coordinate representation of color #DAF17D: hue angle of 71.9º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DAF17D is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 241 125 -
CMYK 0.10 0 0.48 0.05
HSL 71.9º 0.81% 0.72% -
HSV(B) 71.9º 0.48% 0.95% -
XYZ 64.07 79.3 31.33 -
YUV 220.9 73.88 125.93 -
System Red Green Blue C M Y K H S L
Decimal 218 241 125 0.10 0 0.48 0.05 71.9 0.81 0.72
Hex DA F1 7D A 0 30 5 48 51 48
Octal 332 361 175 12 0 60 5 110 121 110
Binary 11011010 11110001 1111101 1010 0 110000 101 1001000 1010001 1001000

Color Harmonies of #DAF17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF17D

Black with #DAF17D

Text Example


Text Example

White with #DAF17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF17D; }

 p { color: rgb(218,241,125); }

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

background-color css

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

 a { background-color: rgb(218,241,125); }

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

border-color css

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

 span { border-color: rgb(218,241,125); }

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