Html Css Color HEX #DCF765 Mindaro

📋 copy color: '#DCF765'

red 220 ◦ green 247 ◦ blue 101

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

Shades of Mindaro #DCF765

Tints of Mindaro #DCF765

RGB

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

 GREEN value IS 247 (96.88% from 255) = 43.49%

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

R = 38.73%
G = 43.49%
B = 17.78%

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

#DCF765 (or 0xDCF765) is known color: Mindaro. HEX triplet: DC, F7 and 65. RGB value is (220,247,101). Sum of RGB (Red+Green+Blue) = 220+247+101=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 247 (96.88% from 255 or 43.49% from 568); Blue value is 101 (39.84% from 255 or 17.78% from 568); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF765 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF765 is #23089A. Grayscale: #DEDEDE. Windows color (decimal): -2295963 or 6682588. OLE color: 6682588.

HSL color Cylindrical-coordinate representation of color #DCF765: hue angle of 71.1º degrees, saturation: 0.9, 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 #DCF765 is Cyan = 0.11, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.

Color convert

RGB 220 247 101 -
CMYK 0.11 0 0.59 0.03
HSL 71.1º 0.9% 0.68% -
HSV(B) 71.1º 0.59% 0.97% -
XYZ 65.12 82.68 24.84 -
YUV 222.28 59.55 126.37 -
System Red Green Blue C M Y K H S L
Decimal 220 247 101 0.11 0 0.59 0.03 71.1 0.9 0.68
Hex DC F7 65 B 0 3B 3 47 5A 44
Octal 334 367 145 13 0 73 3 107 132 104
Binary 11011100 11110111 1100101 1011 0 111011 11 1000111 1011010 1000100

Color Harmonies of #DCF765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF765

Black with #DCF765

Text Example


Text Example

White with #DCF765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF765; }

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

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

background-color css

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

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

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

border-color css

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

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

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