Html Css Color HEX #DAF463 Mindaro

📋 copy color: '#DAF463'

red 218 ◦ green 244 ◦ blue 99

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

Shades of Mindaro #DAF463

Tints of Mindaro #DAF463

RGB

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

 GREEN value IS 244 (95.7% from 255) = 43.49%

 BLUE value IS 99 (39.06% from 255) = 17.65%

R = 38.86%
G = 43.49%
B = 17.65%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#DAF463 (or 0xDAF463) is known color: Mindaro. HEX triplet: DA, F4 and 63. RGB value is (218,244,99). Sum of RGB (Red+Green+Blue) = 218+244+99=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 244 (95.70% from 255 or 43.49% from 561); Blue value is 99 (39.06% from 255 or 17.65% from 561); Max value from RGB is 244 - color contains mainly: green. Hex color #DAF463 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF463 is #250B9C. Grayscale: #DCDCDC. Windows color (decimal): -2427805 or 6550746. OLE color: 6550746.

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

Color convert

RGB 218 244 99 -
CMYK 0.11 0 0.59 0.04
HSL 70.76º 0.87% 0.67% -
HSV(B) 70.76º 0.59% 0.96% -
XYZ 63.52 80.51 24 -
YUV 219.7 59.89 126.79 -
System Red Green Blue C M Y K H S L
Decimal 218 244 99 0.11 0 0.59 0.04 70.76 0.87 0.67
Hex DA F4 63 B 0 3B 4 47 57 43
Octal 332 364 143 13 0 73 4 107 127 103
Binary 11011010 11110100 1100011 1011 0 111011 100 1000111 1010111 1000011

Color Harmonies of #DAF463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF463

Black with #DAF463

Text Example


Text Example

White with #DAF463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF463; }

 p { color: rgb(218,244,99); }

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

background-color css

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

 a { background-color: rgb(218,244,99); }

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

border-color css

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

 span { border-color: rgb(218,244,99); }

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