Html Css Color HEX #DCF96C Mindaro

📋 copy color: '#DCF96C'

red 220 ◦ green 249 ◦ blue 108

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

Shades of Mindaro #DCF96C

Tints of Mindaro #DCF96C

RGB

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

 GREEN value IS 249 (97.66% from 255) = 43.15%

 BLUE value IS 108 (42.58% from 255) = 18.72%

R = 38.13%
G = 43.15%
B = 18.72%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#DCF96C (or 0xDCF96C) is known color: Mindaro. HEX triplet: DC, F9 and 6C. RGB value is (220,249,108). Sum of RGB (Red+Green+Blue) = 220+249+108=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 249 (97.66% from 255 or 43.15% from 577); Blue value is 108 (42.58% from 255 or 18.72% from 577); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF96C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF96C is #230693. Grayscale: #E0E0E0. Windows color (decimal): -2295444 or 7141852. OLE color: 7141852.

HSL color Cylindrical-coordinate representation of color #DCF96C: hue angle of 72.34º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DCF96C is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 249 108 -
CMYK 0.12 0 0.57 0.02
HSL 72.34º 0.92% 0.7% -
HSV(B) 72.34º 0.57% 0.98% -
XYZ 66.1 84.05 26.93 -
YUV 224.26 62.39 124.96 -
System Red Green Blue C M Y K H S L
Decimal 220 249 108 0.12 0 0.57 0.02 72.34 0.92 0.7
Hex DC F9 6C C 0 39 2 48 5C 46
Octal 334 371 154 14 0 71 2 110 134 106
Binary 11011100 11111001 1101100 1100 0 111001 10 1001000 1011100 1000110

Color Harmonies of #DCF96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF96C

Black with #DCF96C

Text Example


Text Example

White with #DCF96C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF96C; }

 p { color: rgb(220,249,108); }

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

background-color css

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

 a { background-color: rgb(220,249,108); }

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

border-color css

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

 span { border-color: rgb(220,249,108); }

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