Html Css Color HEX #DAF168 Mindaro

📋 copy color: '#DAF168'

red 218 ◦ green 241 ◦ blue 104

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

Shades of Mindaro #DAF168

Tints of Mindaro #DAF168

RGB

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

 GREEN value IS 241 (94.53% from 255) = 42.81%

 BLUE value IS 104 (41.02% from 255) = 18.47%

R = 38.72%
G = 42.81%
B = 18.47%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#DAF168 (or 0xDAF168) is known color: Mindaro. HEX triplet: DA, F1 and 68. RGB value is (218,241,104). Sum of RGB (Red+Green+Blue) = 218+241+104=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 241 (94.53% from 255 or 42.81% from 563); Blue value is 104 (41.02% from 255 or 18.47% from 563); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF168 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF168 is #250E97. Grayscale: #DBDBDB. Windows color (decimal): -2428568 or 6877658. OLE color: 6877658.

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

Color convert

RGB 218 241 104 -
CMYK 0.10 0 0.57 0.05
HSL 70.07º 0.83% 0.68% -
HSV(B) 70.07º 0.57% 0.95% -
XYZ 62.87 78.82 25 -
YUV 218.51 63.38 127.64 -
System Red Green Blue C M Y K H S L
Decimal 218 241 104 0.10 0 0.57 0.05 70.07 0.83 0.68
Hex DA F1 68 A 0 39 5 46 53 44
Octal 332 361 150 12 0 71 5 106 123 104
Binary 11011010 11110001 1101000 1010 0 111001 101 1000110 1010011 1000100

Color Harmonies of #DAF168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF168

Black with #DAF168

Text Example


Text Example

White with #DAF168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF168; }

 p { color: rgb(218,241,104); }

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

background-color css

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

 a { background-color: rgb(218,241,104); }

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

border-color css

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

 span { border-color: rgb(218,241,104); }

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