Html Css Color HEX #DCF366 Mindaro

📋 copy color: '#DCF366'

red 220 ◦ green 243 ◦ blue 102

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

Shades of Mindaro #DCF366

Tints of Mindaro #DCF366

RGB

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

 GREEN value IS 243 (95.31% from 255) = 43.01%

 BLUE value IS 102 (40.23% from 255) = 18.05%

R = 38.94%
G = 43.01%
B = 18.05%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#DCF366 (or 0xDCF366) is known color: Mindaro. HEX triplet: DC, F3 and 66. RGB value is (220,243,102). Sum of RGB (Red+Green+Blue) = 220+243+102=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 243 (95.31% from 255 or 43.01% from 565); Blue value is 102 (40.23% from 255 or 18.05% from 565); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF366 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF366 is #230C99. Grayscale: #DCDCDC. Windows color (decimal): -2296986 or 6747100. OLE color: 6747100.

HSL color Cylindrical-coordinate representation of color #DCF366: hue angle of 69.79º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DCF366 is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 243 102 -
CMYK 0.09 0 0.58 0.05
HSL 69.79º 0.85% 0.68% -
HSV(B) 69.79º 0.58% 0.95% -
XYZ 63.96 80.28 24.69 -
YUV 220.05 61.38 127.96 -
System Red Green Blue C M Y K H S L
Decimal 220 243 102 0.09 0 0.58 0.05 69.79 0.85 0.68
Hex DC F3 66 9 0 3A 5 46 55 44
Octal 334 363 146 11 0 72 5 106 125 104
Binary 11011100 11110011 1100110 1001 0 111010 101 1000110 1010101 1000100

Color Harmonies of #DCF366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF366

Black with #DCF366

Text Example


Text Example

White with #DCF366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF366; }

 p { color: rgb(220,243,102); }

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

background-color css

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

 a { background-color: rgb(220,243,102); }

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

border-color css

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

 span { border-color: rgb(220,243,102); }

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