Html Css Color HEX #DAF977 Mindaro

📋 copy color: '#DAF977'

red 218 ◦ green 249 ◦ blue 119

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

Shades of Mindaro #DAF977

Tints of Mindaro #DAF977

RGB

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

 GREEN value IS 249 (97.66% from 255) = 42.49%

 BLUE value IS 119 (46.88% from 255) = 20.31%

R = 37.2%
G = 42.49%
B = 20.31%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#DAF977 (or 0xDAF977) is known color: Mindaro. HEX triplet: DA, F9 and 77. RGB value is (218,249,119). Sum of RGB (Red+Green+Blue) = 218+249+119=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 249 (97.66% from 255 or 42.49% from 586); Blue value is 119 (46.88% from 255 or 20.31% from 586); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF977 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF977 is #250688. Grayscale: #E1E1E1. Windows color (decimal): -2426505 or 7862746. OLE color: 7862746.

HSL color Cylindrical-coordinate representation of color #DAF977: hue angle of 74.31º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DAF977 is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 249 119 -
CMYK 0.12 0 0.52 0.02
HSL 74.31º 0.92% 0.72% -
HSV(B) 74.31º 0.52% 0.98% -
XYZ 66.12 83.99 30.18 -
YUV 224.91 68.23 123.07 -
System Red Green Blue C M Y K H S L
Decimal 218 249 119 0.12 0 0.52 0.02 74.31 0.92 0.72
Hex DA F9 77 C 0 34 2 4A 5C 48
Octal 332 371 167 14 0 64 2 112 134 110
Binary 11011010 11111001 1110111 1100 0 110100 10 1001010 1011100 1001000

Color Harmonies of #DAF977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF977

Black with #DAF977

Text Example


Text Example

White with #DAF977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF977; }

 p { color: rgb(218,249,119); }

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

background-color css

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

 a { background-color: rgb(218,249,119); }

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

border-color css

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

 span { border-color: rgb(218,249,119); }

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