Html Css Color HEX #11CF3D Dark Pastel Green

📋 copy color: '#11CF3D'

red 17 ◦ green 207 ◦ blue 61

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

Shades of Dark Pastel Green #11CF3D

Tints of Dark Pastel Green #11CF3D

RGB

 RED value IS 17 (7.03% from 255) = 5.96%

 GREEN value IS 207 (81.25% from 255) = 72.63%

 BLUE value IS 61 (24.22% from 255) = 21.4%

R = 5.96%
G = 72.63%
B = 21.4%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#11CF3D (or 0x11CF3D) is known color: Dark Pastel Green. HEX triplet: 11, CF and 3D. RGB value is (17,207,61). Sum of RGB (Red+Green+Blue) = 17+207+61=285 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.96% from 285); Green value is 207 (81.25% from 255 or 72.63% from 285); Blue value is 61 (24.22% from 255 or 21.40% from 285); Max value from RGB is 207 - color contains mainly: green. Hex color #11CF3D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11CF3D is #EE30C2. Grayscale: #858585. Windows color (decimal): -15610051 or 4050705. OLE color: 4050705.

HSL color Cylindrical-coordinate representation of color #11CF3D: hue angle of 133.89º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11CF3D is Cyan = 0.92, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB 17 207 61 -
CMYK 0.92 0 0.71 0.19
HSL 133.89º 0.85% 0.44% -
HSV(B) 133.89º 0.92% 0.81% -
XYZ 23.39 45.08 11.88 -
YUV 133.55 87.05 44.87 -
System Red Green Blue C M Y K H S L
Decimal 17 207 61 0.92 0 0.71 0.19 133.89 0.85 0.44
Hex 11 CF 3D 5C 0 47 13 86 55 2C
Octal 21 317 75 134 0 107 23 206 125 54
Binary 10001 11001111 111101 1011100 0 1000111 10011 10000110 1010101 101100

Color Harmonies of #11CF3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11CF3D

Black with #11CF3D

Text Example


Text Example

White with #11CF3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11CF3D; }

 p { color: rgb(17,207,61); }

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

background-color css

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

 a { background-color: rgb(17,207,61); }

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

border-color css

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

 span { border-color: rgb(17,207,61); }

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