Html Css Color HEX #DAF958 Mindaro

📋 copy color: '#DAF958'

red 218 ◦ green 249 ◦ blue 88

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

Shades of Mindaro #DAF958

Tints of Mindaro #DAF958

RGB

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

 GREEN value IS 249 (97.66% from 255) = 44.86%

 BLUE value IS 88 (34.77% from 255) = 15.86%

R = 39.28%
G = 44.86%
B = 15.86%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#DAF958 (or 0xDAF958) is known color: Mindaro. HEX triplet: DA, F9 and 58. RGB value is (218,249,88). Sum of RGB (Red+Green+Blue) = 218+249+88=555 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.28% from 555); Green value is 249 (97.66% from 255 or 44.86% from 555); Blue value is 88 (34.77% from 255 or 15.86% from 555); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF958 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF958 is #2506A7. Grayscale: #DDDDDD. Windows color (decimal): -2426536 or 5831130. OLE color: 5831130.

HSL color Cylindrical-coordinate representation of color #DAF958: hue angle of 71.55º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DAF958 is Cyan = 0.12, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 249 88 -
CMYK 0.12 0 0.65 0.02
HSL 71.55º 0.93% 0.66% -
HSV(B) 71.55º 0.65% 0.98% -
XYZ 64.55 83.36 21.92 -
YUV 221.38 52.73 125.59 -
System Red Green Blue C M Y K H S L
Decimal 218 249 88 0.12 0 0.65 0.02 71.55 0.93 0.66
Hex DA F9 58 C 0 41 2 48 5D 42
Octal 332 371 130 14 0 101 2 110 135 102
Binary 11011010 11111001 1011000 1100 0 1000001 10 1001000 1011101 1000010

Color Harmonies of #DAF958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF958

Black with #DAF958

Text Example


Text Example

White with #DAF958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF958; }

 p { color: rgb(218,249,88); }

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

background-color css

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

 a { background-color: rgb(218,249,88); }

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

border-color css

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

 span { border-color: rgb(218,249,88); }

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