Html Css Color HEX #DCF76B Mindaro

📋 copy color: '#DCF76B'

red 220 ◦ green 247 ◦ blue 107

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

Shades of Mindaro #DCF76B

Tints of Mindaro #DCF76B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 18.64%

R = 38.33%
G = 43.03%
B = 18.64%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#DCF76B (or 0xDCF76B) is known color: Mindaro. HEX triplet: DC, F7 and 6B. RGB value is (220,247,107). Sum of RGB (Red+Green+Blue) = 220+247+107=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 247 (96.88% from 255 or 43.03% from 574); Blue value is 107 (42.19% from 255 or 18.64% from 574); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF76B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF76B is #230894. Grayscale: #DFDFDF. Windows color (decimal): -2295957 or 7075804. OLE color: 7075804.

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

Color convert

RGB 220 247 107 -
CMYK 0.11 0 0.57 0.03
HSL 71.57º 0.9% 0.69% -
HSV(B) 71.57º 0.57% 0.97% -
XYZ 65.43 82.8 26.44 -
YUV 222.97 62.55 125.88 -
System Red Green Blue C M Y K H S L
Decimal 220 247 107 0.11 0 0.57 0.03 71.57 0.9 0.69
Hex DC F7 6B B 0 39 3 48 5A 45
Octal 334 367 153 13 0 71 3 110 132 105
Binary 11011100 11110111 1101011 1011 0 111001 11 1001000 1011010 1000101

Color Harmonies of #DCF76B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF76B

Black with #DCF76B

Text Example


Text Example

White with #DCF76B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF76B; }

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

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

background-color css

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

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

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

border-color css

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

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

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