Html Css Color HEX #DAF760 Mindaro

📋 copy color: '#DAF760'

red 218 ◦ green 247 ◦ blue 96

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

Shades of Mindaro #DAF760

Tints of Mindaro #DAF760

RGB

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

 GREEN value IS 247 (96.88% from 255) = 44.03%

 BLUE value IS 96 (37.89% from 255) = 17.11%

R = 38.86%
G = 44.03%
B = 17.11%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#DAF760 (or 0xDAF760) is known color: Mindaro. HEX triplet: DA, F7 and 60. RGB value is (218,247,96). Sum of RGB (Red+Green+Blue) = 218+247+96=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 247 (96.88% from 255 or 44.03% from 561); Blue value is 96 (37.89% from 255 or 17.11% from 561); Max value from RGB is 247 - color contains mainly: green. Hex color #DAF760 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF760 is #25089F. Grayscale: #DDDDDD. Windows color (decimal): -2427040 or 6354906. OLE color: 6354906.

HSL color Cylindrical-coordinate representation of color #DAF760: hue angle of 71.52º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DAF760 is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.

Color convert

RGB 218 247 96 -
CMYK 0.12 0 0.61 0.03
HSL 71.52º 0.9% 0.67% -
HSV(B) 71.52º 0.61% 0.97% -
XYZ 64.29 82.27 23.56 -
YUV 221.12 57.39 125.78 -
System Red Green Blue C M Y K H S L
Decimal 218 247 96 0.12 0 0.61 0.03 71.52 0.9 0.67
Hex DA F7 60 C 0 3D 3 48 5A 43
Octal 332 367 140 14 0 75 3 110 132 103
Binary 11011010 11110111 1100000 1100 0 111101 11 1001000 1011010 1000011

Color Harmonies of #DAF760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF760

Black with #DAF760

Text Example


Text Example

White with #DAF760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF760; }

 p { color: rgb(218,247,96); }

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

background-color css

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

 a { background-color: rgb(218,247,96); }

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

border-color css

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

 span { border-color: rgb(218,247,96); }

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