Html Css Color HEX #DAF360 Mindaro

📋 copy color: '#DAF360'

red 218 ◦ green 243 ◦ blue 96

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

Shades of Mindaro #DAF360

Tints of Mindaro #DAF360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 17.24%

R = 39.14%
G = 43.63%
B = 17.24%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#DAF360 (or 0xDAF360) is known color: Mindaro. HEX triplet: DA, F3 and 60. RGB value is (218,243,96). Sum of RGB (Red+Green+Blue) = 218+243+96=557 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.14% from 557); Green value is 243 (95.31% from 255 or 43.63% from 557); Blue value is 96 (37.89% from 255 or 17.24% from 557); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF360 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF360 is #250C9F. Grayscale: #DBDBDB. Windows color (decimal): -2428064 or 6353882. OLE color: 6353882.

HSL color Cylindrical-coordinate representation of color #DAF360: hue angle of 70.2º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DAF360 is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 243 96 -
CMYK 0.10 0 0.60 0.05
HSL 70.2º 0.86% 0.66% -
HSV(B) 70.2º 0.6% 0.95% -
XYZ 63.08 79.85 23.15 -
YUV 218.77 58.72 127.45 -
System Red Green Blue C M Y K H S L
Decimal 218 243 96 0.10 0 0.60 0.05 70.2 0.86 0.66
Hex DA F3 60 A 0 3C 5 46 56 42
Octal 332 363 140 12 0 74 5 106 126 102
Binary 11011010 11110011 1100000 1010 0 111100 101 1000110 1010110 1000010

Color Harmonies of #DAF360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF360

Black with #DAF360

Text Example


Text Example

White with #DAF360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF360; }

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

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

background-color css

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

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

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

border-color css

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

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

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