Html Css Color HEX #0BF74D Malachite

📋 copy color: '#0BF74D'

red 11 ◦ green 247 ◦ blue 77

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

Shades of Malachite #0BF74D

Tints of Malachite #0BF74D

RGB

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

 GREEN value IS 247 (96.88% from 255) = 73.73%

 BLUE value IS 77 (30.47% from 255) = 22.99%

R = 3.28%
G = 73.73%
B = 22.99%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#0BF74D (or 0x0BF74D) is known color: Malachite. HEX triplet: 0B, F7 and 4D. RGB value is (11,247,77). Sum of RGB (Red+Green+Blue) = 11+247+77=335 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.28% from 335); Green value is 247 (96.88% from 255 or 73.73% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 247 - color contains mainly: green. Hex color #0BF74D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BF74D is #F408B2. Grayscale: #9D9D9D. Windows color (decimal): -15993011 or 5109515. OLE color: 5109515.

HSL color Cylindrical-coordinate representation of color #0BF74D: hue angle of 136.78º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BF74D is Cyan = 0.96, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.

Color convert

RGB 11 247 77 -
CMYK 0.96 0 0.69 0.03
HSL 136.78º 0.94% 0.51% -
HSV(B) 136.78º 0.96% 0.97% -
XYZ 34.74 67.13 18.15 -
YUV 157.06 82.81 23.82 -
System Red Green Blue C M Y K H S L
Decimal 11 247 77 0.96 0 0.69 0.03 136.78 0.94 0.51
Hex B F7 4D 60 0 45 3 89 5E 33
Octal 13 367 115 140 0 105 3 211 136 63
Binary 1011 11110111 1001101 1100000 0 1000101 11 10001001 1011110 110011

Color Harmonies of #0BF74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BF74D

Black with #0BF74D

Text Example


Text Example

White with #0BF74D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,247,77); }

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

background-color css

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

 a { background-color: rgb(11,247,77); }

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

border-color css

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

 span { border-color: rgb(11,247,77); }

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