Html Css Color HEX #DCFA5C Mindaro

📋 copy color: '#DCFA5C'

red 220 ◦ green 250 ◦ blue 92

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

Shades of Mindaro #DCFA5C

Tints of Mindaro #DCFA5C

RGB

 RED value IS 220 (86.33% from 255) = 39.15%

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

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

R = 39.15%
G = 44.48%
B = 16.37%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#DCFA5C (or 0xDCFA5C) is known color: Mindaro. HEX triplet: DC, FA and 5C. RGB value is (220,250,92). Sum of RGB (Red+Green+Blue) = 220+250+92=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 250 (98.05% from 255 or 44.48% from 562); Blue value is 92 (36.33% from 255 or 16.37% from 562); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFA5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFA5C is #2305A3. Grayscale: #DFDFDF. Windows color (decimal): -2295204 or 6093532. OLE color: 6093532.

HSL color Cylindrical-coordinate representation of color #DCFA5C: hue angle of 71.39º 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 #DCFA5C is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 250 92 -
CMYK 0.12 0 0.63 0.02
HSL 71.39º 0.94% 0.67% -
HSV(B) 71.39º 0.63% 0.98% -
XYZ 65.63 84.36 22.95 -
YUV 223.02 54.06 125.85 -
System Red Green Blue C M Y K H S L
Decimal 220 250 92 0.12 0 0.63 0.02 71.39 0.94 0.67
Hex DC FA 5C C 0 3F 2 47 5E 43
Octal 334 372 134 14 0 77 2 107 136 103
Binary 11011100 11111010 1011100 1100 0 111111 10 1000111 1011110 1000011

Color Harmonies of #DCFA5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFA5C

Black with #DCFA5C

Text Example


Text Example

White with #DCFA5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFA5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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