Html Css Color HEX #0BFD3C Malachite

📋 copy color: '#0BFD3C'

red 11 ◦ green 253 ◦ blue 60

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

Shades of Malachite #0BFD3C

Tints of Malachite #0BFD3C

RGB

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

 GREEN value IS 253 (99.22% from 255) = 78.09%

 BLUE value IS 60 (23.83% from 255) = 18.52%

R = 3.4%
G = 78.09%
B = 18.52%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#0BFD3C (or 0x0BFD3C) is known color: Malachite. HEX triplet: 0B, FD and 3C. RGB value is (11,253,60). Sum of RGB (Red+Green+Blue) = 11+253+60=324 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.40% from 324); Green value is 253 (99.22% from 255 or 78.09% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 253 - color contains mainly: green. Hex color #0BFD3C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BFD3C is #F402C3. Grayscale: #9F9F9F. Windows color (decimal): -15991492 or 3996939. OLE color: 3996939.

HSL color Cylindrical-coordinate representation of color #0BFD3C: hue angle of 132.15º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFD3C is Cyan = 0.96, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.01.

Color convert

RGB 11 253 60 -
CMYK 0.96 0 0.76 0.01
HSL 132.15º 0.98% 0.52% -
HSV(B) 132.15º 0.96% 0.99% -
XYZ 36.08 70.65 16.01 -
YUV 158.64 72.33 22.69 -
System Red Green Blue C M Y K H S L
Decimal 11 253 60 0.96 0 0.76 0.01 132.15 0.98 0.52
Hex B FD 3C 60 0 4C 1 84 62 34
Octal 13 375 74 140 0 114 1 204 142 64
Binary 1011 11111101 111100 1100000 0 1001100 1 10000100 1100010 110100

Color Harmonies of #0BFD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BFD3C

Black with #0BFD3C

Text Example


Text Example

White with #0BFD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,253,60); }

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

background-color css

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

 a { background-color: rgb(11,253,60); }

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

border-color css

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

 span { border-color: rgb(11,253,60); }

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