Html Css Color HEX #DCFF5F Mindaro

📋 copy color: '#DCFF5F'

red 220 ◦ green 255 ◦ blue 95

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

Shades of Mindaro #DCFF5F

Tints of Mindaro #DCFF5F

RGB

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

 GREEN value IS 255 (100% from 255) = 44.74%

 BLUE value IS 95 (37.5% from 255) = 16.67%

R = 38.6%
G = 44.74%
B = 16.67%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#DCFF5F (or 0xDCFF5F) is known color: Mindaro. HEX triplet: DC, FF and 5F. RGB value is (220,255,95). Sum of RGB (Red+Green+Blue) = 220+255+95=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 255 (100% from 255 or 44.74% from 570); Blue value is 95 (37.5% from 255 or 16.67% from 570); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFF5F is #2300A0. Grayscale: #E2E2E2. Windows color (decimal): -2293921 or 6291420. OLE color: 6291420.

HSL color Cylindrical-coordinate representation of color #DCFF5F: hue angle of 73.12º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DCFF5F is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.

Color convert

RGB 220 255 95 -
CMYK 0.14 0 0.63 0
HSL 73.13º 1% 0.69% -
HSV(B) 73.13º 0.63% 1% -
XYZ 67.34 87.56 24.18 -
YUV 226.3 53.9 123.51 -
System Red Green Blue C M Y K H S L
Decimal 220 255 95 0.14 0 0.63 0 73.13 1 0.69
Hex DC FF 5F E 0 3F 0 49 64 45
Octal 334 377 137 16 0 77 0 111 144 105
Binary 11011100 11111111 1011111 1110 0 111111 0 1001001 1100100 1000101

Color Harmonies of #DCFF5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFF5F

Black with #DCFF5F

Text Example


Text Example

White with #DCFF5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFF5F; }

 p { color: rgb(220,255,95); }

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

background-color css

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

 a { background-color: rgb(220,255,95); }

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

border-color css

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

 span { border-color: rgb(220,255,95); }

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