Html Css Color HEX #0BDC83 Caribbean Green

📋 copy color: '#0BDC83'

red 11 ◦ green 220 ◦ blue 131

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

Shades of Caribbean Green #0BDC83

Tints of Caribbean Green #0BDC83

RGB

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

 GREEN value IS 220 (86.33% from 255) = 60.77%

 BLUE value IS 131 (51.56% from 255) = 36.19%

R = 3.04%
G = 60.77%
B = 36.19%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#0BDC83 (or 0x0BDC83) is known color: Caribbean Green. HEX triplet: 0B, DC and 83. RGB value is (11,220,131). Sum of RGB (Red+Green+Blue) = 11+220+131=362 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.04% from 362); Green value is 220 (86.33% from 255 or 60.77% from 362); Blue value is 131 (51.56% from 255 or 36.19% from 362); Max value from RGB is 220 - color contains mainly: green. Hex color #0BDC83 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BDC83 is #F4237C. Grayscale: #939393. Windows color (decimal): -15999869 or 8641547. OLE color: 8641547.

HSL color Cylindrical-coordinate representation of color #0BDC83: hue angle of 154.45º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDC83 is Cyan = 0.95, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 11 220 131 -
CMYK 0.95 0 0.40 0.14
HSL 154.45º 0.9% 0.45% -
HSV(B) 154.45º 0.95% 0.86% -
XYZ 29.83 52.9 30.11 -
YUV 147.36 118.76 30.74 -
System Red Green Blue C M Y K H S L
Decimal 11 220 131 0.95 0 0.40 0.14 154.45 0.9 0.45
Hex B DC 83 5F 0 28 E 9A 5A 2D
Octal 13 334 203 137 0 50 16 232 132 55
Binary 1011 11011100 10000011 1011111 0 101000 1110 10011010 1011010 101101

Color Harmonies of #0BDC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BDC83

Black with #0BDC83

Text Example


Text Example

White with #0BDC83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,220,131); }

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

background-color css

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

 a { background-color: rgb(11,220,131); }

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

border-color css

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

 span { border-color: rgb(11,220,131); }

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