Html Css Color HEX #DAF358 Mindaro

📋 copy color: '#DAF358'

red 218 ◦ green 243 ◦ blue 88

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

Shades of Mindaro #DAF358

Tints of Mindaro #DAF358

RGB

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

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

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

R = 39.71%
G = 44.26%
B = 16.03%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#DAF358 (or 0xDAF358) is known color: Mindaro. HEX triplet: DA, F3 and 58. RGB value is (218,243,88). Sum of RGB (Red+Green+Blue) = 218+243+88=549 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.71% from 549); Green value is 243 (95.31% from 255 or 44.26% from 549); Blue value is 88 (34.77% from 255 or 16.03% from 549); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF358 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF358 is #250CA7. Grayscale: #DADADA. Windows color (decimal): -2428072 or 5829594. OLE color: 5829594.

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

Color convert

RGB 218 243 88 -
CMYK 0.10 0 0.64 0.05
HSL 69.68º 0.87% 0.65% -
HSV(B) 69.68º 0.64% 0.95% -
XYZ 62.73 79.71 21.31 -
YUV 217.86 54.72 128.1 -
System Red Green Blue C M Y K H S L
Decimal 218 243 88 0.10 0 0.64 0.05 69.68 0.87 0.65
Hex DA F3 58 A 0 40 5 46 57 41
Octal 332 363 130 12 0 100 5 106 127 101
Binary 11011010 11110011 1011000 1010 0 1000000 101 1000110 1010111 1000001

Color Harmonies of #DAF358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF358

Black with #DAF358

Text Example


Text Example

White with #DAF358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF358; }

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

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

background-color css

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

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

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

border-color css

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

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

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