Html Css Color HEX #DAF382 Mindaro

📋 copy color: '#DAF382'

red 218 ◦ green 243 ◦ blue 130

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

Shades of Mindaro #DAF382

Tints of Mindaro #DAF382

RGB

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

 GREEN value IS 243 (95.31% from 255) = 41.12%

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

R = 36.89%
G = 41.12%
B = 22%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#DAF382 (or 0xDAF382) is known color: Mindaro. HEX triplet: DA, F3 and 82. RGB value is (218,243,130). Sum of RGB (Red+Green+Blue) = 218+243+130=591 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.89% from 591); Green value is 243 (95.31% from 255 or 41.12% from 591); Blue value is 130 (51.17% from 255 or 22.00% from 591); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF382 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF382 is #250C7D. Grayscale: #DFDFDF. Windows color (decimal): -2428030 or 8582106. OLE color: 8582106.

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

Color convert

RGB 218 243 130 -
CMYK 0.10 0 0.47 0.05
HSL 73.27º 0.82% 0.73% -
HSV(B) 73.27º 0.47% 0.95% -
XYZ 64.99 80.62 33.25 -
YUV 222.64 75.72 124.69 -
System Red Green Blue C M Y K H S L
Decimal 218 243 130 0.10 0 0.47 0.05 73.27 0.82 0.73
Hex DA F3 82 A 0 2F 5 49 52 49
Octal 332 363 202 12 0 57 5 111 122 111
Binary 11011010 11110011 10000010 1010 0 101111 101 1001001 1010010 1001001

Color Harmonies of #DAF382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF382

Black with #DAF382

Text Example


Text Example

White with #DAF382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF382; }

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

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

background-color css

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

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

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

border-color css

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

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

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