Html Css Color HEX #DAFA69 Mindaro

📋 copy color: '#DAFA69'

red 218 ◦ green 250 ◦ blue 105

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

Shades of Mindaro #DAFA69

Tints of Mindaro #DAFA69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 18.32%

R = 38.05%
G = 43.63%
B = 18.32%

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

#DAFA69 (or 0xDAFA69) is known color: Mindaro. HEX triplet: DA, FA and 69. RGB value is (218,250,105). Sum of RGB (Red+Green+Blue) = 218+250+105=573 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.05% from 573); Green value is 250 (98.05% from 255 or 43.63% from 573); Blue value is 105 (41.41% from 255 or 18.32% from 573); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA69 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFA69 is #250596. Grayscale: #E0E0E0. Windows color (decimal): -2426263 or 6945498. OLE color: 6945498.

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

Color convert

RGB 218 250 105 -
CMYK 0.13 0 0.58 0.02
HSL 73.24º 0.94% 0.7% -
HSV(B) 73.24º 0.58% 0.98% -
XYZ 65.65 84.3 26.18 -
YUV 223.9 60.9 123.79 -
System Red Green Blue C M Y K H S L
Decimal 218 250 105 0.13 0 0.58 0.02 73.24 0.94 0.7
Hex DA FA 69 D 0 3A 2 49 5E 46
Octal 332 372 151 15 0 72 2 111 136 106
Binary 11011010 11111010 1101001 1101 0 111010 10 1001001 1011110 1000110

Color Harmonies of #DAFA69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFA69

Black with #DAFA69

Text Example


Text Example

White with #DAFA69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFA69; }

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

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

background-color css

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

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

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

border-color css

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

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

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