Html Css Color HEX #DAF96E Mindaro

📋 copy color: '#DAF96E'

red 218 ◦ green 249 ◦ blue 110

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

Shades of Mindaro #DAF96E

Tints of Mindaro #DAF96E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 19.06%

R = 37.78%
G = 43.15%
B = 19.06%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#DAF96E (or 0xDAF96E) is known color: Mindaro. HEX triplet: DA, F9 and 6E. RGB value is (218,249,110). Sum of RGB (Red+Green+Blue) = 218+249+110=577 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.78% from 577); Green value is 249 (97.66% from 255 or 43.15% from 577); Blue value is 110 (43.36% from 255 or 19.06% from 577); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF96E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF96E is #250691. Grayscale: #E0E0E0. Windows color (decimal): -2426514 or 7272922. OLE color: 7272922.

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

Color convert

RGB 218 249 110 -
CMYK 0.12 0 0.56 0.02
HSL 73.38º 0.92% 0.7% -
HSV(B) 73.38º 0.56% 0.98% -
XYZ 65.6 83.78 27.47 -
YUV 223.89 63.73 123.8 -
System Red Green Blue C M Y K H S L
Decimal 218 249 110 0.12 0 0.56 0.02 73.38 0.92 0.7
Hex DA F9 6E C 0 38 2 49 5C 46
Octal 332 371 156 14 0 70 2 111 134 106
Binary 11011010 11111001 1101110 1100 0 111000 10 1001001 1011100 1000110

Color Harmonies of #DAF96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF96E

Black with #DAF96E

Text Example


Text Example

White with #DAF96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF96E; }

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

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

background-color css

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

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

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

border-color css

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

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

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