Html Css Color HEX #DCF866 Mindaro

📋 copy color: '#DCF866'

red 220 ◦ green 248 ◦ blue 102

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

Shades of Mindaro #DCF866

Tints of Mindaro #DCF866

RGB

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

 GREEN value IS 248 (97.27% from 255) = 43.51%

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

R = 38.6%
G = 43.51%
B = 17.89%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#DCF866 (or 0xDCF866) is known color: Mindaro. HEX triplet: DC, F8 and 66. RGB value is (220,248,102). Sum of RGB (Red+Green+Blue) = 220+248+102=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 248 (97.27% from 255 or 43.51% from 570); Blue value is 102 (40.23% from 255 or 17.89% from 570); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF866 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF866 is #230799. Grayscale: #DFDFDF. Windows color (decimal): -2295706 or 6748380. OLE color: 6748380.

HSL color Cylindrical-coordinate representation of color #DCF866: hue angle of 71.51º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DCF866 is Cyan = 0.11, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.

Color convert

RGB 220 248 102 -
CMYK 0.11 0 0.59 0.03
HSL 71.51º 0.91% 0.69% -
HSV(B) 71.51º 0.59% 0.97% -
XYZ 65.48 83.31 25.2 -
YUV 222.98 59.72 125.87 -
System Red Green Blue C M Y K H S L
Decimal 220 248 102 0.11 0 0.59 0.03 71.51 0.91 0.69
Hex DC F8 66 B 0 3B 3 48 5B 45
Octal 334 370 146 13 0 73 3 110 133 105
Binary 11011100 11111000 1100110 1011 0 111011 11 1001000 1011011 1000101

Color Harmonies of #DCF866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF866

Black with #DCF866

Text Example


Text Example

White with #DCF866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF866; }

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

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

background-color css

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

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

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

border-color css

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

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

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