Html Css Color HEX #DAF85D Mindaro

📋 copy color: '#DAF85D'

red 218 ◦ green 248 ◦ blue 93

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

Shades of Mindaro #DAF85D

Tints of Mindaro #DAF85D

RGB

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

 GREEN value IS 248 (97.27% from 255) = 44.36%

 BLUE value IS 93 (36.72% from 255) = 16.64%

R = 39%
G = 44.36%
B = 16.64%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#DAF85D (or 0xDAF85D) is known color: Mindaro. HEX triplet: DA, F8 and 5D. RGB value is (218,248,93). Sum of RGB (Red+Green+Blue) = 218+248+93=559 (74% of max value = 765). Red value is 218 (85.55% from 255 or 39.00% from 559); Green value is 248 (97.27% from 255 or 44.36% from 559); Blue value is 93 (36.72% from 255 or 16.64% from 559); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF85D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF85D is #2507A2. Grayscale: #DDDDDD. Windows color (decimal): -2426787 or 6158554. OLE color: 6158554.

HSL color Cylindrical-coordinate representation of color #DAF85D: hue angle of 71.61º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DAF85D is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB 218 248 93 -
CMYK 0.12 0 0.62 0.03
HSL 71.61º 0.92% 0.67% -
HSV(B) 71.61º 0.63% 0.97% -
XYZ 64.46 82.83 22.95 -
YUV 221.36 55.56 125.6 -
System Red Green Blue C M Y K H S L
Decimal 218 248 93 0.12 0 0.62 0.03 71.61 0.92 0.67
Hex DA F8 5D C 0 3E 3 48 5C 43
Octal 332 370 135 14 0 76 3 110 134 103
Binary 11011010 11111000 1011101 1100 0 111110 11 1001000 1011100 1000011

Color Harmonies of #DAF85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF85D

Black with #DAF85D

Text Example


Text Example

White with #DAF85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF85D; }

 p { color: rgb(218,248,93); }

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

background-color css

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

 a { background-color: rgb(218,248,93); }

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

border-color css

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

 span { border-color: rgb(218,248,93); }

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