Html Css Color HEX #DAF975 Mindaro

📋 copy color: '#DAF975'

red 218 ◦ green 249 ◦ blue 117

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

Shades of Mindaro #DAF975

Tints of Mindaro #DAF975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 20.03%

R = 37.33%
G = 42.64%
B = 20.03%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#DAF975 (or 0xDAF975) is known color: Mindaro. HEX triplet: DA, F9 and 75. RGB value is (218,249,117). Sum of RGB (Red+Green+Blue) = 218+249+117=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 249 (97.66% from 255 or 42.64% from 584); Blue value is 117 (46.09% from 255 or 20.03% from 584); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF975 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF975 is #25068A. Grayscale: #E1E1E1. Windows color (decimal): -2426507 or 7731674. OLE color: 7731674.

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

Color convert

RGB 218 249 117 -
CMYK 0.12 0 0.53 0.02
HSL 74.09º 0.92% 0.72% -
HSV(B) 74.09º 0.53% 0.98% -
XYZ 66 83.94 29.55 -
YUV 224.68 67.23 123.23 -
System Red Green Blue C M Y K H S L
Decimal 218 249 117 0.12 0 0.53 0.02 74.09 0.92 0.72
Hex DA F9 75 C 0 35 2 4A 5C 48
Octal 332 371 165 14 0 65 2 112 134 110
Binary 11011010 11111001 1110101 1100 0 110101 10 1001010 1011100 1001000

Color Harmonies of #DAF975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF975

Black with #DAF975

Text Example


Text Example

White with #DAF975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF975; }

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

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

background-color css

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

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

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

border-color css

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

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

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