Html Css Color HEX #DAF278 Mindaro

📋 copy color: '#DAF278'

red 218 ◦ green 242 ◦ blue 120

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

Shades of Mindaro #DAF278

Tints of Mindaro #DAF278

RGB

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

 GREEN value IS 242 (94.92% from 255) = 41.72%

 BLUE value IS 120 (47.27% from 255) = 20.69%

R = 37.59%
G = 41.72%
B = 20.69%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#DAF278 (or 0xDAF278) is known color: Mindaro. HEX triplet: DA, F2 and 78. RGB value is (218,242,120). Sum of RGB (Red+Green+Blue) = 218+242+120=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 242 (94.92% from 255 or 41.72% from 580); Blue value is 120 (47.27% from 255 or 20.69% from 580); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF278 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF278 is #250D87. Grayscale: #DDDDDD. Windows color (decimal): -2428296 or 7926490. OLE color: 7926490.

HSL color Cylindrical-coordinate representation of color #DAF278: hue angle of 71.8º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DAF278 is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 242 120 -
CMYK 0.10 0 0.50 0.05
HSL 71.8º 0.82% 0.71% -
HSV(B) 71.8º 0.5% 0.95% -
XYZ 64.06 79.77 29.79 -
YUV 220.92 71.05 125.92 -
System Red Green Blue C M Y K H S L
Decimal 218 242 120 0.10 0 0.50 0.05 71.8 0.82 0.71
Hex DA F2 78 A 0 32 5 48 52 47
Octal 332 362 170 12 0 62 5 110 122 107
Binary 11011010 11110010 1111000 1010 0 110010 101 1001000 1010010 1000111

Color Harmonies of #DAF278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF278

Black with #DAF278

Text Example


Text Example

White with #DAF278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF278; }

 p { color: rgb(218,242,120); }

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

background-color css

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

 a { background-color: rgb(218,242,120); }

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

border-color css

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

 span { border-color: rgb(218,242,120); }

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