Html Css Color HEX #DAFA5E Mindaro

📋 copy color: '#DAFA5E'

red 218 ◦ green 250 ◦ blue 94

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

Shades of Mindaro #DAFA5E

Tints of Mindaro #DAFA5E

RGB

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

 GREEN value IS 250 (98.05% from 255) = 44.48%

 BLUE value IS 94 (37.11% from 255) = 16.73%

R = 38.79%
G = 44.48%
B = 16.73%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#DAFA5E (or 0xDAFA5E) is known color: Mindaro. HEX triplet: DA, FA and 5E. RGB value is (218,250,94). Sum of RGB (Red+Green+Blue) = 218+250+94=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 250 (98.05% from 255 or 44.48% from 562); Blue value is 94 (37.11% from 255 or 16.73% from 562); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFA5E is #2505A1. Grayscale: #DFDFDF. Windows color (decimal): -2426274 or 6224602. OLE color: 6224602.

HSL color Cylindrical-coordinate representation of color #DAFA5E: hue angle of 72.31º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DAFA5E is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 250 94 -
CMYK 0.13 0 0.62 0.02
HSL 72.31º 0.94% 0.67% -
HSV(B) 72.31º 0.62% 0.98% -
XYZ 65.12 84.08 23.39 -
YUV 222.65 55.4 124.68 -
System Red Green Blue C M Y K H S L
Decimal 218 250 94 0.13 0 0.62 0.02 72.31 0.94 0.67
Hex DA FA 5E D 0 3E 2 48 5E 43
Octal 332 372 136 15 0 76 2 110 136 103
Binary 11011010 11111010 1011110 1101 0 111110 10 1001000 1011110 1000011

Color Harmonies of #DAFA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFA5E

Black with #DAFA5E

Text Example


Text Example

White with #DAFA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFA5E; }

 p { color: rgb(218,250,94); }

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

background-color css

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

 a { background-color: rgb(218,250,94); }

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

border-color css

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

 span { border-color: rgb(218,250,94); }

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