Html Css Color HEX #DAFA58 Mindaro

📋 copy color: '#DAFA58'

red 218 ◦ green 250 ◦ blue 88

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

Shades of Mindaro #DAFA58

Tints of Mindaro #DAFA58

RGB

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

 GREEN value IS 250 (98.05% from 255) = 44.96%

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

R = 39.21%
G = 44.96%
B = 15.83%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#DAFA58 (or 0xDAFA58) is known color: Mindaro. HEX triplet: DA, FA and 58. RGB value is (218,250,88). Sum of RGB (Red+Green+Blue) = 218+250+88=556 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.21% from 556); Green value is 250 (98.05% from 255 or 44.96% from 556); Blue value is 88 (34.77% from 255 or 15.83% from 556); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA58 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFA58 is #2505A7. Grayscale: #DEDEDE. Windows color (decimal): -2426280 or 5831386. OLE color: 5831386.

HSL color Cylindrical-coordinate representation of color #DAFA58: hue angle of 71.85º degrees, saturation: 0.94, 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 #DAFA58 is Cyan = 0.13, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 250 88 -
CMYK 0.13 0 0.65 0.02
HSL 71.85º 0.94% 0.66% -
HSV(B) 71.85º 0.65% 0.98% -
XYZ 64.86 83.98 22.02 -
YUV 221.96 52.4 125.17 -
System Red Green Blue C M Y K H S L
Decimal 218 250 88 0.13 0 0.65 0.02 71.85 0.94 0.66
Hex DA FA 58 D 0 41 2 48 5E 42
Octal 332 372 130 15 0 101 2 110 136 102
Binary 11011010 11111010 1011000 1101 0 1000001 10 1001000 1011110 1000010

Color Harmonies of #DAFA58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFA58

Black with #DAFA58

Text Example


Text Example

White with #DAFA58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFA58; }

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

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

background-color css

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

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

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

border-color css

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

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

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