Html Css Color HEX #DAF65E Mindaro

📋 copy color: '#DAF65E'

red 218 ◦ green 246 ◦ blue 94

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

Shades of Mindaro #DAF65E

Tints of Mindaro #DAF65E

RGB

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

 GREEN value IS 246 (96.48% from 255) = 44.09%

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

R = 39.07%
G = 44.09%
B = 16.85%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#DAF65E (or 0xDAF65E) is known color: Mindaro. HEX triplet: DA, F6 and 5E. RGB value is (218,246,94). Sum of RGB (Red+Green+Blue) = 218+246+94=558 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.07% from 558); Green value is 246 (96.48% from 255 or 44.09% from 558); Blue value is 94 (37.11% from 255 or 16.85% from 558); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF65E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF65E is #2509A1. Grayscale: #DCDCDC. Windows color (decimal): -2427298 or 6223578. OLE color: 6223578.

HSL color Cylindrical-coordinate representation of color #DAF65E: hue angle of 71.05º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DAF65E is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB 218 246 94 -
CMYK 0.11 0 0.62 0.04
HSL 71.05º 0.89% 0.67% -
HSV(B) 71.05º 0.62% 0.96% -
XYZ 63.89 81.63 22.98 -
YUV 220.3 56.72 126.36 -
System Red Green Blue C M Y K H S L
Decimal 218 246 94 0.11 0 0.62 0.04 71.05 0.89 0.67
Hex DA F6 5E B 0 3E 4 47 59 43
Octal 332 366 136 13 0 76 4 107 131 103
Binary 11011010 11110110 1011110 1011 0 111110 100 1000111 1011001 1000011

Color Harmonies of #DAF65E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF65E

Black with #DAF65E

Text Example


Text Example

White with #DAF65E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF65E; }

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

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

background-color css

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

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

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

border-color css

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

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

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