Html Css Color HEX #DAFA68 Mindaro

📋 copy color: '#DAFA68'

red 218 ◦ green 250 ◦ blue 104

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

Shades of Mindaro #DAFA68

Tints of Mindaro #DAFA68

RGB

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

 GREEN value IS 250 (98.05% from 255) = 43.71%

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

R = 38.11%
G = 43.71%
B = 18.18%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#DAFA68 (or 0xDAFA68) is known color: Mindaro. HEX triplet: DA, FA and 68. RGB value is (218,250,104). Sum of RGB (Red+Green+Blue) = 218+250+104=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 250 (98.05% from 255 or 43.71% from 572); Blue value is 104 (41.02% from 255 or 18.18% from 572); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFA68 is #250597. Grayscale: #E0E0E0. Windows color (decimal): -2426264 or 6879962. OLE color: 6879962.

HSL color Cylindrical-coordinate representation of color #DAFA68: hue angle of 73.15º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DAFA68 is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 250 104 -
CMYK 0.13 0 0.58 0.02
HSL 73.15º 0.94% 0.69% -
HSV(B) 73.15º 0.58% 0.98% -
XYZ 65.6 84.28 25.91 -
YUV 223.79 60.4 123.87 -
System Red Green Blue C M Y K H S L
Decimal 218 250 104 0.13 0 0.58 0.02 73.15 0.94 0.69
Hex DA FA 68 D 0 3A 2 49 5E 45
Octal 332 372 150 15 0 72 2 111 136 105
Binary 11011010 11111010 1101000 1101 0 111010 10 1001001 1011110 1000101

Color Harmonies of #DAFA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFA68

Black with #DAFA68

Text Example


Text Example

White with #DAFA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFA68; }

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

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

background-color css

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

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

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

border-color css

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

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

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