Html Css Color HEX #DCF865 Mindaro

📋 copy color: '#DCF865'

red 220 ◦ green 248 ◦ blue 101

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

Shades of Mindaro #DCF865

Tints of Mindaro #DCF865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 17.75%

R = 38.66%
G = 43.59%
B = 17.75%

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

#DCF865 (or 0xDCF865) is known color: Mindaro. HEX triplet: DC, F8 and 65. RGB value is (220,248,101). Sum of RGB (Red+Green+Blue) = 220+248+101=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 248 (97.27% from 255 or 43.59% from 569); Blue value is 101 (39.84% from 255 or 17.75% from 569); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF865 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF865 is #23079A. Grayscale: #DFDFDF. Windows color (decimal): -2295707 or 6682844. OLE color: 6682844.

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

Color convert

RGB 220 248 101 -
CMYK 0.11 0 0.59 0.03
HSL 71.43º 0.91% 0.68% -
HSV(B) 71.43º 0.59% 0.97% -
XYZ 65.43 83.29 24.94 -
YUV 222.87 59.22 125.95 -
System Red Green Blue C M Y K H S L
Decimal 220 248 101 0.11 0 0.59 0.03 71.43 0.91 0.68
Hex DC F8 65 B 0 3B 3 47 5B 44
Octal 334 370 145 13 0 73 3 107 133 104
Binary 11011100 11111000 1100101 1011 0 111011 11 1000111 1011011 1000100

Color Harmonies of #DCF865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF865

Black with #DCF865

Text Example


Text Example

White with #DCF865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF865; }

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

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

background-color css

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

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

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

border-color css

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

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

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