Html Css Color HEX #0BC57F Mountain Meadow

📋 copy color: '#0BC57F'

red 11 ◦ green 197 ◦ blue 127

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

Shades of Mountain Meadow #0BC57F

Tints of Mountain Meadow #0BC57F

RGB

 RED value IS 11 (4.69% from 255) = 3.28%

 GREEN value IS 197 (77.34% from 255) = 58.81%

 BLUE value IS 127 (50% from 255) = 37.91%

R = 3.28%
G = 58.81%
B = 37.91%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#0BC57F (or 0x0BC57F) is known color: Mountain Meadow. HEX triplet: 0B, C5 and 7F. RGB value is (11,197,127). Sum of RGB (Red+Green+Blue) = 11+197+127=335 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.28% from 335); Green value is 197 (77.34% from 255 or 58.81% from 335); Blue value is 127 (50% from 255 or 37.91% from 335); Max value from RGB is 197 - color contains mainly: green. Hex color #0BC57F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BC57F is #F43A80. Grayscale: #858585. Windows color (decimal): -16005761 or 8373515. OLE color: 8373515.

HSL color Cylindrical-coordinate representation of color #0BC57F: hue angle of 157.42º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC57F is Cyan = 0.94, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB 11 197 127 -
CMYK 0.94 0 0.36 0.23
HSL 157.42º 0.89% 0.41% -
HSV(B) 157.42º 0.94% 0.77% -
XYZ 23.94 41.54 26.83 -
YUV 133.41 124.38 40.69 -
System Red Green Blue C M Y K H S L
Decimal 11 197 127 0.94 0 0.36 0.23 157.42 0.89 0.41
Hex B C5 7F 5E 0 24 17 9D 59 29
Octal 13 305 177 136 0 44 27 235 131 51
Binary 1011 11000101 1111111 1011110 0 100100 10111 10011101 1011001 101001

Color Harmonies of #0BC57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC57F

Black with #0BC57F

Text Example


Text Example

White with #0BC57F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0BC57F; }

 p { color: rgb(11,197,127); }

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

background-color css

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

 a { background-color: rgb(11,197,127); }

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

border-color css

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

 span { border-color: rgb(11,197,127); }

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