Html Css Color HEX #DAF870 Mindaro

📋 copy color: '#DAF870'

red 218 ◦ green 248 ◦ blue 112

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

Shades of Mindaro #DAF870

Tints of Mindaro #DAF870

RGB

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

 GREEN value IS 248 (97.27% from 255) = 42.91%

 BLUE value IS 112 (44.14% from 255) = 19.38%

R = 37.72%
G = 42.91%
B = 19.38%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#DAF870 (or 0xDAF870) is known color: Mindaro. HEX triplet: DA, F8 and 70. RGB value is (218,248,112). Sum of RGB (Red+Green+Blue) = 218+248+112=578 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.72% from 578); Green value is 248 (97.27% from 255 or 42.91% from 578); Blue value is 112 (44.14% from 255 or 19.38% from 578); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF870 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF870 is #25078F. Grayscale: #E0E0E0. Windows color (decimal): -2426768 or 7403738. OLE color: 7403738.

HSL color Cylindrical-coordinate representation of color #DAF870: hue angle of 73.24º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DAF870 is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.

Color convert

RGB 218 248 112 -
CMYK 0.12 0 0.55 0.03
HSL 73.24º 0.91% 0.71% -
HSV(B) 73.24º 0.55% 0.97% -
XYZ 65.41 83.21 27.94 -
YUV 223.53 65.06 124.06 -
System Red Green Blue C M Y K H S L
Decimal 218 248 112 0.12 0 0.55 0.03 73.24 0.91 0.71
Hex DA F8 70 C 0 37 3 49 5B 47
Octal 332 370 160 14 0 67 3 111 133 107
Binary 11011010 11111000 1110000 1100 0 110111 11 1001001 1011011 1000111

Color Harmonies of #DAF870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF870

Black with #DAF870

Text Example


Text Example

White with #DAF870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF870; }

 p { color: rgb(218,248,112); }

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

background-color css

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

 a { background-color: rgb(218,248,112); }

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

border-color css

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

 span { border-color: rgb(218,248,112); }

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