Html Css Color HEX #DAF582 Mindaro

📋 copy color: '#DAF582'

red 218 ◦ green 245 ◦ blue 130

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

Shades of Mindaro #DAF582

Tints of Mindaro #DAF582

RGB

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

 GREEN value IS 245 (96.09% from 255) = 41.32%

 BLUE value IS 130 (51.17% from 255) = 21.92%

R = 36.76%
G = 41.32%
B = 21.92%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#DAF582 (or 0xDAF582) is known color: Mindaro. HEX triplet: DA, F5 and 82. RGB value is (218,245,130). Sum of RGB (Red+Green+Blue) = 218+245+130=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 245 (96.09% from 255 or 41.32% from 593); Blue value is 130 (51.17% from 255 or 21.92% from 593); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF582 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF582 is #250A7D. Grayscale: #E0E0E0. Windows color (decimal): -2427518 or 8582618. OLE color: 8582618.

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

Color convert

RGB 218 245 130 -
CMYK 0.11 0 0.47 0.04
HSL 74.09º 0.85% 0.74% -
HSV(B) 74.09º 0.47% 0.96% -
XYZ 65.6 81.82 33.46 -
YUV 223.82 75.05 123.85 -
System Red Green Blue C M Y K H S L
Decimal 218 245 130 0.11 0 0.47 0.04 74.09 0.85 0.74
Hex DA F5 82 B 0 2F 4 4A 55 4A
Octal 332 365 202 13 0 57 4 112 125 112
Binary 11011010 11110101 10000010 1011 0 101111 100 1001010 1010101 1001010

Color Harmonies of #DAF582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF582

Black with #DAF582

Text Example


Text Example

White with #DAF582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF582; }

 p { color: rgb(218,245,130); }

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

background-color css

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

 a { background-color: rgb(218,245,130); }

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

border-color css

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

 span { border-color: rgb(218,245,130); }

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