Html Css Color HEX #DCF767 Mindaro

📋 copy color: '#DCF767'

red 220 ◦ green 247 ◦ blue 103

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

Shades of Mindaro #DCF767

Tints of Mindaro #DCF767

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 18.07%

R = 38.6%
G = 43.33%
B = 18.07%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#DCF767 (or 0xDCF767) is known color: Mindaro. HEX triplet: DC, F7 and 67. RGB value is (220,247,103). Sum of RGB (Red+Green+Blue) = 220+247+103=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 247 (96.88% from 255 or 43.33% from 570); Blue value is 103 (40.62% from 255 or 18.07% from 570); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF767 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF767 is #230898. Grayscale: #DFDFDF. Windows color (decimal): -2295961 or 6813660. OLE color: 6813660.

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

Color convert

RGB 220 247 103 -
CMYK 0.11 0 0.58 0.03
HSL 71.25º 0.9% 0.69% -
HSV(B) 71.25º 0.58% 0.97% -
XYZ 65.22 82.72 25.36 -
YUV 222.51 60.55 126.21 -
System Red Green Blue C M Y K H S L
Decimal 220 247 103 0.11 0 0.58 0.03 71.25 0.9 0.69
Hex DC F7 67 B 0 3A 3 47 5A 45
Octal 334 367 147 13 0 72 3 107 132 105
Binary 11011100 11110111 1100111 1011 0 111010 11 1000111 1011010 1000101

Color Harmonies of #DCF767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF767

Black with #DCF767

Text Example


Text Example

White with #DCF767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF767; }

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

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

background-color css

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

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

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

border-color css

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

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

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