Html Css Color HEX #DAF680 Mindaro

📋 copy color: '#DAF680'

red 218 ◦ green 246 ◦ blue 128

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

Shades of Mindaro #DAF680

Tints of Mindaro #DAF680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 21.62%

R = 36.82%
G = 41.55%
B = 21.62%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#DAF680 (or 0xDAF680) is known color: Mindaro. HEX triplet: DA, F6 and 80. RGB value is (218,246,128). Sum of RGB (Red+Green+Blue) = 218+246+128=592 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.82% from 592); Green value is 246 (96.48% from 255 or 41.55% from 592); Blue value is 128 (50.39% from 255 or 21.62% from 592); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF680 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF680 is #25097F. Grayscale: #E0E0E0. Windows color (decimal): -2427264 or 8451802. OLE color: 8451802.

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

Color convert

RGB 218 246 128 -
CMYK 0.11 0 0.48 0.04
HSL 74.24º 0.87% 0.73% -
HSV(B) 74.24º 0.48% 0.96% -
XYZ 65.77 82.38 32.86 -
YUV 224.18 73.72 123.59 -
System Red Green Blue C M Y K H S L
Decimal 218 246 128 0.11 0 0.48 0.04 74.24 0.87 0.73
Hex DA F6 80 B 0 30 4 4A 57 49
Octal 332 366 200 13 0 60 4 112 127 111
Binary 11011010 11110110 10000000 1011 0 110000 100 1001010 1010111 1001001

Color Harmonies of #DAF680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF680

Black with #DAF680

Text Example


Text Example

White with #DAF680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF680; }

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

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

background-color css

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

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

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

border-color css

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

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

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