Html Css Color HEX #DAF762 Mindaro

📋 copy color: '#DAF762'

red 218 ◦ green 247 ◦ blue 98

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

Shades of Mindaro #DAF762

Tints of Mindaro #DAF762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 17.41%

R = 38.72%
G = 43.87%
B = 17.41%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#DAF762 (or 0xDAF762) is known color: Mindaro. HEX triplet: DA, F7 and 62. RGB value is (218,247,98). Sum of RGB (Red+Green+Blue) = 218+247+98=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 247 (96.88% from 255 or 43.87% from 563); Blue value is 98 (38.67% from 255 or 17.41% from 563); Max value from RGB is 247 - color contains mainly: green. Hex color #DAF762 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF762 is #25089D. Grayscale: #DDDDDD. Windows color (decimal): -2427038 or 6485978. OLE color: 6485978.

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

Color convert

RGB 218 247 98 -
CMYK 0.12 0 0.60 0.03
HSL 71.68º 0.9% 0.68% -
HSV(B) 71.68º 0.6% 0.97% -
XYZ 64.38 82.31 24.05 -
YUV 221.34 58.39 125.62 -
System Red Green Blue C M Y K H S L
Decimal 218 247 98 0.12 0 0.60 0.03 71.68 0.9 0.68
Hex DA F7 62 C 0 3C 3 48 5A 44
Octal 332 367 142 14 0 74 3 110 132 104
Binary 11011010 11110111 1100010 1100 0 111100 11 1001000 1011010 1000100

Color Harmonies of #DAF762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF762

Black with #DAF762

Text Example


Text Example

White with #DAF762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF762; }

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

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

background-color css

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

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

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

border-color css

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

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

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