Html Css Color HEX #DAF95A Mindaro

📋 copy color: '#DAF95A'

red 218 ◦ green 249 ◦ blue 90

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

Shades of Mindaro #DAF95A

Tints of Mindaro #DAF95A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 16.16%

R = 39.14%
G = 44.7%
B = 16.16%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#DAF95A (or 0xDAF95A) is known color: Mindaro. HEX triplet: DA, F9 and 5A. RGB value is (218,249,90). Sum of RGB (Red+Green+Blue) = 218+249+90=557 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.14% from 557); Green value is 249 (97.66% from 255 or 44.70% from 557); Blue value is 90 (35.55% from 255 or 16.16% from 557); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF95A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF95A is #2506A5. Grayscale: #DEDEDE. Windows color (decimal): -2426534 or 5962202. OLE color: 5962202.

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

Color convert

RGB 218 249 90 -
CMYK 0.12 0 0.64 0.02
HSL 71.7º 0.93% 0.66% -
HSV(B) 71.7º 0.64% 0.98% -
XYZ 64.63 83.39 22.36 -
YUV 221.61 53.73 125.43 -
System Red Green Blue C M Y K H S L
Decimal 218 249 90 0.12 0 0.64 0.02 71.7 0.93 0.66
Hex DA F9 5A C 0 40 2 48 5D 42
Octal 332 371 132 14 0 100 2 110 135 102
Binary 11011010 11111001 1011010 1100 0 1000000 10 1001000 1011101 1000010

Color Harmonies of #DAF95A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF95A

Black with #DAF95A

Text Example


Text Example

White with #DAF95A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF95A; }

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

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

background-color css

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

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

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

border-color css

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

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

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