Html Css Color HEX #DAF768 Mindaro

📋 copy color: '#DAF768'

red 218 ◦ green 247 ◦ blue 104

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

Shades of Mindaro #DAF768

Tints of Mindaro #DAF768

RGB

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

 GREEN value IS 247 (96.88% from 255) = 43.41%

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

R = 38.31%
G = 43.41%
B = 18.28%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#DAF768 (or 0xDAF768) is known color: Mindaro. HEX triplet: DA, F7 and 68. RGB value is (218,247,104). Sum of RGB (Red+Green+Blue) = 218+247+104=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 247 (96.88% from 255 or 43.41% from 569); Blue value is 104 (41.02% from 255 or 18.28% from 569); Max value from RGB is 247 - color contains mainly: green. Hex color #DAF768 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF768 is #250897. Grayscale: #DEDEDE. Windows color (decimal): -2427032 or 6879194. OLE color: 6879194.

HSL color Cylindrical-coordinate representation of color #DAF768: hue angle of 72.17º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DAF768 is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.

Color convert

RGB 218 247 104 -
CMYK 0.12 0 0.58 0.03
HSL 72.17º 0.9% 0.69% -
HSV(B) 72.17º 0.58% 0.97% -
XYZ 64.67 82.43 25.6 -
YUV 222.03 61.39 125.13 -
System Red Green Blue C M Y K H S L
Decimal 218 247 104 0.12 0 0.58 0.03 72.17 0.9 0.69
Hex DA F7 68 C 0 3A 3 48 5A 45
Octal 332 367 150 14 0 72 3 110 132 105
Binary 11011010 11110111 1101000 1100 0 111010 11 1001000 1011010 1000101

Color Harmonies of #DAF768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF768

Black with #DAF768

Text Example


Text Example

White with #DAF768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF768; }

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

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

background-color css

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

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

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

border-color css

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

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

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