Html Css Color HEX #DAF378 Mindaro

📋 copy color: '#DAF378'

red 218 ◦ green 243 ◦ blue 120

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

Shades of Mindaro #DAF378

Tints of Mindaro #DAF378

RGB

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

 GREEN value IS 243 (95.31% from 255) = 41.82%

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

R = 37.52%
G = 41.82%
B = 20.65%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#DAF378 (or 0xDAF378) is known color: Mindaro. HEX triplet: DA, F3 and 78. RGB value is (218,243,120). Sum of RGB (Red+Green+Blue) = 218+243+120=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 243 (95.31% from 255 or 41.82% from 581); Blue value is 120 (47.27% from 255 or 20.65% from 581); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF378 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF378 is #250C87. Grayscale: #DDDDDD. Windows color (decimal): -2428040 or 7926746. OLE color: 7926746.

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

Color convert

RGB 218 243 120 -
CMYK 0.10 0 0.51 0.05
HSL 72.2º 0.84% 0.71% -
HSV(B) 72.2º 0.51% 0.95% -
XYZ 64.35 80.36 29.89 -
YUV 221.5 70.72 125.5 -
System Red Green Blue C M Y K H S L
Decimal 218 243 120 0.10 0 0.51 0.05 72.2 0.84 0.71
Hex DA F3 78 A 0 33 5 48 54 47
Octal 332 363 170 12 0 63 5 110 124 107
Binary 11011010 11110011 1111000 1010 0 110011 101 1001000 1010100 1000111

Color Harmonies of #DAF378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF378

Black with #DAF378

Text Example


Text Example

White with #DAF378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF378; }

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

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

background-color css

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

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

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

border-color css

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

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

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