Html Css Color HEX #DAF75C Mindaro

📋 copy color: '#DAF75C'

red 218 ◦ green 247 ◦ blue 92

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

Shades of Mindaro #DAF75C

Tints of Mindaro #DAF75C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 16.52%

R = 39.14%
G = 44.34%
B = 16.52%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.63

 K value IS 0.03

RGB Variations

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

Color information

#DAF75C (or 0xDAF75C) is known color: Mindaro. HEX triplet: DA, F7 and 5C. RGB value is (218,247,92). Sum of RGB (Red+Green+Blue) = 218+247+92=557 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.14% from 557); Green value is 247 (96.88% from 255 or 44.34% from 557); Blue value is 92 (36.33% from 255 or 16.52% from 557); Max value from RGB is 247 - color contains mainly: green. Hex color #DAF75C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF75C is #2508A3. Grayscale: #DDDDDD. Windows color (decimal): -2427044 or 6092762. OLE color: 6092762.

HSL color Cylindrical-coordinate representation of color #DAF75C: hue angle of 71.23º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DAF75C is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.03.

Color convert

RGB 218 247 92 -
CMYK 0.12 0 0.63 0.03
HSL 71.23º 0.91% 0.66% -
HSV(B) 71.23º 0.63% 0.97% -
XYZ 64.11 82.2 22.61 -
YUV 220.66 55.39 126.1 -
System Red Green Blue C M Y K H S L
Decimal 218 247 92 0.12 0 0.63 0.03 71.23 0.91 0.66
Hex DA F7 5C C 0 3F 3 47 5B 42
Octal 332 367 134 14 0 77 3 107 133 102
Binary 11011010 11110111 1011100 1100 0 111111 11 1000111 1011011 1000010

Color Harmonies of #DAF75C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF75C

Black with #DAF75C

Text Example


Text Example

White with #DAF75C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF75C; }

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

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

background-color css

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

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

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

border-color css

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

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

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