Html Css Color HEX #DAFA5C Mindaro

📋 copy color: '#DAFA5C'

red 218 ◦ green 250 ◦ blue 92

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

Shades of Mindaro #DAFA5C

Tints of Mindaro #DAFA5C

RGB

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

 GREEN value IS 250 (98.05% from 255) = 44.64%

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

R = 38.93%
G = 44.64%
B = 16.43%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#DAFA5C (or 0xDAFA5C) is known color: Mindaro. HEX triplet: DA, FA and 5C. RGB value is (218,250,92). Sum of RGB (Red+Green+Blue) = 218+250+92=560 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.93% from 560); Green value is 250 (98.05% from 255 or 44.64% from 560); Blue value is 92 (36.33% from 255 or 16.43% from 560); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFA5C is #2505A3. Grayscale: #DFDFDF. Windows color (decimal): -2426276 or 6093530. OLE color: 6093530.

HSL color Cylindrical-coordinate representation of color #DAFA5C: hue angle of 72.15º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DAFA5C is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 250 92 -
CMYK 0.13 0 0.63 0.02
HSL 72.15º 0.94% 0.67% -
HSV(B) 72.15º 0.63% 0.98% -
XYZ 65.03 84.05 22.92 -
YUV 222.42 54.4 124.85 -
System Red Green Blue C M Y K H S L
Decimal 218 250 92 0.13 0 0.63 0.02 72.15 0.94 0.67
Hex DA FA 5C D 0 3F 2 48 5E 43
Octal 332 372 134 15 0 77 2 110 136 103
Binary 11011010 11111010 1011100 1101 0 111111 10 1001000 1011110 1000011

Color Harmonies of #DAFA5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFA5C

Black with #DAFA5C

Text Example


Text Example

White with #DAFA5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFA5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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