Html Css Color HEX #DAF367 Mindaro

📋 copy color: '#DAF367'

red 218 ◦ green 243 ◦ blue 103

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

Shades of Mindaro #DAF367

Tints of Mindaro #DAF367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 18.26%

R = 38.65%
G = 43.09%
B = 18.26%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#DAF367 (or 0xDAF367) is known color: Mindaro. HEX triplet: DA, F3 and 67. RGB value is (218,243,103). Sum of RGB (Red+Green+Blue) = 218+243+103=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 243 (95.31% from 255 or 43.09% from 564); Blue value is 103 (40.62% from 255 or 18.26% from 564); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF367 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF367 is #250C98. Grayscale: #DCDCDC. Windows color (decimal): -2428057 or 6812634. OLE color: 6812634.

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

Color convert

RGB 218 243 103 -
CMYK 0.10 0 0.58 0.05
HSL 70.71º 0.85% 0.68% -
HSV(B) 70.71º 0.58% 0.95% -
XYZ 63.41 79.99 24.93 -
YUV 219.57 62.22 126.88 -
System Red Green Blue C M Y K H S L
Decimal 218 243 103 0.10 0 0.58 0.05 70.71 0.85 0.68
Hex DA F3 67 A 0 3A 5 47 55 44
Octal 332 363 147 12 0 72 5 107 125 104
Binary 11011010 11110011 1100111 1010 0 111010 101 1000111 1010101 1000100

Color Harmonies of #DAF367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF367

Black with #DAF367

Text Example


Text Example

White with #DAF367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF367; }

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

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

background-color css

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

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

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

border-color css

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

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

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