Html Css Color HEX #DAF184 Mindaro

📋 copy color: '#DAF184'

red 218 ◦ green 241 ◦ blue 132

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

Shades of Mindaro #DAF184

Tints of Mindaro #DAF184

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.78%

 BLUE value IS 132 (51.95% from 255) = 22.34%

R = 36.89%
G = 40.78%
B = 22.34%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#DAF184 (or 0xDAF184) is known color: Mindaro. HEX triplet: DA, F1 and 84. RGB value is (218,241,132). Sum of RGB (Red+Green+Blue) = 218+241+132=591 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.89% from 591); Green value is 241 (94.53% from 255 or 40.78% from 591); Blue value is 132 (51.95% from 255 or 22.34% from 591); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF184 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF184 is #250E7B. Grayscale: #DEDEDE. Windows color (decimal): -2428540 or 8712666. OLE color: 8712666.

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

Color convert

RGB 218 241 132 -
CMYK 0.10 0 0.45 0.05
HSL 72.66º 0.8% 0.73% -
HSV(B) 72.66º 0.45% 0.95% -
XYZ 64.53 79.48 33.77 -
YUV 221.7 77.38 125.36 -
System Red Green Blue C M Y K H S L
Decimal 218 241 132 0.10 0 0.45 0.05 72.66 0.8 0.73
Hex DA F1 84 A 0 2D 5 49 50 49
Octal 332 361 204 12 0 55 5 111 120 111
Binary 11011010 11110001 10000100 1010 0 101101 101 1001001 1010000 1001001

Color Harmonies of #DAF184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF184

Black with #DAF184

Text Example


Text Example

White with #DAF184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF184; }

 p { color: rgb(218,241,132); }

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

background-color css

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

 a { background-color: rgb(218,241,132); }

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

border-color css

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

 span { border-color: rgb(218,241,132); }

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