Html Css Color HEX #DAF567 Mindaro

📋 copy color: '#DAF567'

red 218 ◦ green 245 ◦ blue 103

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

Shades of Mindaro #DAF567

Tints of Mindaro #DAF567

RGB

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

 GREEN value IS 245 (96.09% from 255) = 43.29%

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

R = 38.52%
G = 43.29%
B = 18.2%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#DAF567 (or 0xDAF567) is known color: Mindaro. HEX triplet: DA, F5 and 67. RGB value is (218,245,103). Sum of RGB (Red+Green+Blue) = 218+245+103=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 245 (96.09% from 255 or 43.29% from 566); Blue value is 103 (40.62% from 255 or 18.20% from 566); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF567 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF567 is #250A98. Grayscale: #DDDDDD. Windows color (decimal): -2427545 or 6813146. OLE color: 6813146.

HSL color Cylindrical-coordinate representation of color #DAF567: hue angle of 71.41º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DAF567 is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB 218 245 103 -
CMYK 0.11 0 0.58 0.04
HSL 71.41º 0.88% 0.68% -
HSV(B) 71.41º 0.58% 0.96% -
XYZ 64.01 81.19 25.13 -
YUV 220.74 61.55 126.05 -
System Red Green Blue C M Y K H S L
Decimal 218 245 103 0.11 0 0.58 0.04 71.41 0.88 0.68
Hex DA F5 67 B 0 3A 4 47 58 44
Octal 332 365 147 13 0 72 4 107 130 104
Binary 11011010 11110101 1100111 1011 0 111010 100 1000111 1011000 1000100

Color Harmonies of #DAF567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF567

Black with #DAF567

Text Example


Text Example

White with #DAF567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF567; }

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

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

background-color css

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

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

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

border-color css

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

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

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