Html Css Color HEX #DAF971 Mindaro

📋 copy color: '#DAF971'

red 218 ◦ green 249 ◦ blue 113

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

Shades of Mindaro #DAF971

Tints of Mindaro #DAF971

RGB

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

 GREEN value IS 249 (97.66% from 255) = 42.93%

 BLUE value IS 113 (44.53% from 255) = 19.48%

R = 37.59%
G = 42.93%
B = 19.48%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#DAF971 (or 0xDAF971) is known color: Mindaro. HEX triplet: DA, F9 and 71. RGB value is (218,249,113). Sum of RGB (Red+Green+Blue) = 218+249+113=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 249 (97.66% from 255 or 42.93% from 580); Blue value is 113 (44.53% from 255 or 19.48% from 580); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF971 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF971 is #25068E. Grayscale: #E0E0E0. Windows color (decimal): -2426511 or 7469530. OLE color: 7469530.

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

Color convert

RGB 218 249 113 -
CMYK 0.12 0 0.55 0.02
HSL 73.68º 0.92% 0.71% -
HSV(B) 73.68º 0.55% 0.98% -
XYZ 65.77 83.85 28.34 -
YUV 224.23 65.23 123.56 -
System Red Green Blue C M Y K H S L
Decimal 218 249 113 0.12 0 0.55 0.02 73.68 0.92 0.71
Hex DA F9 71 C 0 37 2 4A 5C 47
Octal 332 371 161 14 0 67 2 112 134 107
Binary 11011010 11111001 1110001 1100 0 110111 10 1001010 1011100 1000111

Color Harmonies of #DAF971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF971

Black with #DAF971

Text Example


Text Example

White with #DAF971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF971; }

 p { color: rgb(218,249,113); }

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

background-color css

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

 a { background-color: rgb(218,249,113); }

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

border-color css

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

 span { border-color: rgb(218,249,113); }

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