Html Css Color HEX #0BD77C Caribbean Green

📋 copy color: '#0BD77C'

red 11 ◦ green 215 ◦ blue 124

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

Shades of Caribbean Green #0BD77C

Tints of Caribbean Green #0BD77C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 61.43%

 BLUE value IS 124 (48.83% from 255) = 35.43%

R = 3.14%
G = 61.43%
B = 35.43%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#0BD77C (or 0x0BD77C) is known color: Caribbean Green. HEX triplet: 0B, D7 and 7C. RGB value is (11,215,124). Sum of RGB (Red+Green+Blue) = 11+215+124=350 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.14% from 350); Green value is 215 (84.38% from 255 or 61.43% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 215 - color contains mainly: green. Hex color #0BD77C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BD77C is #F42883. Grayscale: #8F8F8F. Windows color (decimal): -16001156 or 8181515. OLE color: 8181515.

HSL color Cylindrical-coordinate representation of color #0BD77C: hue angle of 153.24º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD77C is Cyan = 0.95, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 11 215 124 -
CMYK 0.95 0 0.42 0.16
HSL 153.24º 0.9% 0.44% -
HSV(B) 153.24º 0.95% 0.84% -
XYZ 28.08 50.13 27.26 -
YUV 143.63 116.91 33.4 -
System Red Green Blue C M Y K H S L
Decimal 11 215 124 0.95 0 0.42 0.16 153.24 0.9 0.44
Hex B D7 7C 5F 0 2A 10 99 5A 2C
Octal 13 327 174 137 0 52 20 231 132 54
Binary 1011 11010111 1111100 1011111 0 101010 10000 10011001 1011010 101100

Color Harmonies of #0BD77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BD77C

Black with #0BD77C

Text Example


Text Example

White with #0BD77C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,215,124); }

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

background-color css

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

 a { background-color: rgb(11,215,124); }

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

border-color css

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

 span { border-color: rgb(11,215,124); }

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