Html Css Color HEX #26BC50 Dark Pastel Green

📋 copy color: '#26BC50'

red 38 ◦ green 188 ◦ blue 80

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

Shades of Dark Pastel Green #26BC50

Tints of Dark Pastel Green #26BC50

RGB

 RED value IS 38 (15.23% from 255) = 12.42%

 GREEN value IS 188 (73.83% from 255) = 61.44%

 BLUE value IS 80 (31.64% from 255) = 26.14%

R = 12.42%
G = 61.44%
B = 26.14%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#26BC50 (or 0x26BC50) is known color: Dark Pastel Green. HEX triplet: 26, BC and 50. RGB value is (38,188,80). Sum of RGB (Red+Green+Blue) = 38+188+80=306 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.42% from 306); Green value is 188 (73.83% from 255 or 61.44% from 306); Blue value is 80 (31.64% from 255 or 26.14% from 306); Max value from RGB is 188 - color contains mainly: green. Hex color #26BC50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #26BC50 is #D943AF. Grayscale: #838383. Windows color (decimal): -14238640 or 5291046. OLE color: 5291046.

HSL color Cylindrical-coordinate representation of color #26BC50: hue angle of 136.8º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26BC50 is Cyan = 0.80, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB 38 188 80 -
CMYK 0.80 0 0.57 0.26
HSL 136.8º 0.66% 0.44% -
HSV(B) 136.8º 0.8% 0.74% -
XYZ 20.23 36.96 13.66 -
YUV 130.84 99.31 61.78 -
System Red Green Blue C M Y K H S L
Decimal 38 188 80 0.80 0 0.57 0.26 136.8 0.66 0.44
Hex 26 BC 50 50 0 39 1A 89 42 2C
Octal 46 274 120 120 0 71 32 211 102 54
Binary 100110 10111100 1010000 1010000 0 111001 11010 10001001 1000010 101100

Color Harmonies of #26BC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26BC50

Black with #26BC50

Text Example


Text Example

White with #26BC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26BC50; }

 p { color: rgb(38,188,80); }

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

background-color css

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

 a { background-color: rgb(38,188,80); }

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

border-color css

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

 span { border-color: rgb(38,188,80); }

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