Html Css Color HEX #DAF282 Mindaro

📋 copy color: '#DAF282'

red 218 ◦ green 242 ◦ blue 130

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

Shades of Mindaro #DAF282

Tints of Mindaro #DAF282

RGB

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

 GREEN value IS 242 (94.92% from 255) = 41.02%

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

R = 36.95%
G = 41.02%
B = 22.03%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#DAF282 (or 0xDAF282) is known color: Mindaro. HEX triplet: DA, F2 and 82. RGB value is (218,242,130). Sum of RGB (Red+Green+Blue) = 218+242+130=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 242 (94.92% from 255 or 41.02% from 590); Blue value is 130 (51.17% from 255 or 22.03% from 590); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF282 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF282 is #250D7D. Grayscale: #DEDEDE. Windows color (decimal): -2428286 or 8581850. OLE color: 8581850.

HSL color Cylindrical-coordinate representation of color #DAF282: hue angle of 72.86º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DAF282 is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 242 130 -
CMYK 0.10 0 0.46 0.05
HSL 72.86º 0.81% 0.73% -
HSV(B) 72.86º 0.46% 0.95% -
XYZ 64.69 80.02 33.15 -
YUV 222.06 76.05 125.11 -
System Red Green Blue C M Y K H S L
Decimal 218 242 130 0.10 0 0.46 0.05 72.86 0.81 0.73
Hex DA F2 82 A 0 2E 5 49 51 49
Octal 332 362 202 12 0 56 5 111 121 111
Binary 11011010 11110010 10000010 1010 0 101110 101 1001001 1010001 1001001

Color Harmonies of #DAF282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF282

Black with #DAF282

Text Example


Text Example

White with #DAF282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF282; }

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

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

background-color css

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

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

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

border-color css

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

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

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