Html Css Color HEX #DAF65F Mindaro

📋 copy color: '#DAF65F'

red 218 ◦ green 246 ◦ blue 95

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

Shades of Mindaro #DAF65F

Tints of Mindaro #DAF65F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 16.99%

R = 39%
G = 44.01%
B = 16.99%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#DAF65F (or 0xDAF65F) is known color: Mindaro. HEX triplet: DA, F6 and 5F. RGB value is (218,246,95). Sum of RGB (Red+Green+Blue) = 218+246+95=559 (74% of max value = 765). Red value is 218 (85.55% from 255 or 39.00% from 559); Green value is 246 (96.48% from 255 or 44.01% from 559); Blue value is 95 (37.5% from 255 or 16.99% from 559); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF65F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF65F is #2509A0. Grayscale: #DCDCDC. Windows color (decimal): -2427297 or 6289114. OLE color: 6289114.

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

Color convert

RGB 218 246 95 -
CMYK 0.11 0 0.61 0.04
HSL 71.13º 0.89% 0.67% -
HSV(B) 71.13º 0.61% 0.96% -
XYZ 63.93 81.64 23.22 -
YUV 220.41 57.22 126.28 -
System Red Green Blue C M Y K H S L
Decimal 218 246 95 0.11 0 0.61 0.04 71.13 0.89 0.67
Hex DA F6 5F B 0 3D 4 47 59 43
Octal 332 366 137 13 0 75 4 107 131 103
Binary 11011010 11110110 1011111 1011 0 111101 100 1000111 1011001 1000011

Color Harmonies of #DAF65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF65F

Black with #DAF65F

Text Example


Text Example

White with #DAF65F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF65F; }

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

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

background-color css

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

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

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

border-color css

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

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

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