Html Css Color HEX #DAF96F Mindaro

📋 copy color: '#DAF96F'

red 218 ◦ green 249 ◦ blue 111

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

Shades of Mindaro #DAF96F

Tints of Mindaro #DAF96F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 19.2%

R = 37.72%
G = 43.08%
B = 19.2%

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

#DAF96F (or 0xDAF96F) is known color: Mindaro. HEX triplet: DA, F9 and 6F. RGB value is (218,249,111). Sum of RGB (Red+Green+Blue) = 218+249+111=578 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.72% from 578); Green value is 249 (97.66% from 255 or 43.08% from 578); Blue value is 111 (43.75% from 255 or 19.20% from 578); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF96F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF96F is #250690. Grayscale: #E0E0E0. Windows color (decimal): -2426513 or 7338458. OLE color: 7338458.

HSL color Cylindrical-coordinate representation of color #DAF96F: hue angle of 73.48º 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 #DAF96F is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 249 111 -
CMYK 0.12 0 0.55 0.02
HSL 73.48º 0.92% 0.71% -
HSV(B) 73.48º 0.55% 0.98% -
XYZ 65.66 83.8 27.75 -
YUV 224 64.23 123.72 -
System Red Green Blue C M Y K H S L
Decimal 218 249 111 0.12 0 0.55 0.02 73.48 0.92 0.71
Hex DA F9 6F C 0 37 2 49 5C 47
Octal 332 371 157 14 0 67 2 111 134 107
Binary 11011010 11111001 1101111 1100 0 110111 10 1001001 1011100 1000111

Color Harmonies of #DAF96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF96F

Black with #DAF96F

Text Example


Text Example

White with #DAF96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF96F; }

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

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

background-color css

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

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

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

border-color css

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

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

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