Html Css Color HEX #DAF384 Mindaro

📋 copy color: '#DAF384'

red 218 ◦ green 243 ◦ blue 132

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

Shades of Mindaro #DAF384

Tints of Mindaro #DAF384

RGB

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

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

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

R = 36.76%
G = 40.98%
B = 22.26%

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

#DAF384 (or 0xDAF384) is known color: Mindaro. HEX triplet: DA, F3 and 84. RGB value is (218,243,132). Sum of RGB (Red+Green+Blue) = 218+243+132=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 243 (95.31% from 255 or 40.98% from 593); Blue value is 132 (51.95% from 255 or 22.26% from 593); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF384 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF384 is #250C7B. Grayscale: #DFDFDF. Windows color (decimal): -2428028 or 8713178. OLE color: 8713178.

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

Color convert

RGB 218 243 132 -
CMYK 0.10 0 0.46 0.05
HSL 73.51º 0.82% 0.74% -
HSV(B) 73.51º 0.46% 0.95% -
XYZ 65.13 80.67 33.97 -
YUV 222.87 76.72 124.53 -
System Red Green Blue C M Y K H S L
Decimal 218 243 132 0.10 0 0.46 0.05 73.51 0.82 0.74
Hex DA F3 84 A 0 2E 5 4A 52 4A
Octal 332 363 204 12 0 56 5 112 122 112
Binary 11011010 11110011 10000100 1010 0 101110 101 1001010 1010010 1001010

Color Harmonies of #DAF384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF384

Black with #DAF384

Text Example


Text Example

White with #DAF384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF384; }

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

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

background-color css

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

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

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

border-color css

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

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

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