Html Css Color HEX #0BDE35 Malachite

📋 copy color: '#0BDE35'

red 11 ◦ green 222 ◦ blue 53

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

Shades of Malachite #0BDE35

Tints of Malachite #0BDE35

RGB

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

 GREEN value IS 222 (87.11% from 255) = 77.62%

 BLUE value IS 53 (21.09% from 255) = 18.53%

R = 3.85%
G = 77.62%
B = 18.53%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#0BDE35 (or 0x0BDE35) is known color: Malachite. HEX triplet: 0B, DE and 35. RGB value is (11,222,53). Sum of RGB (Red+Green+Blue) = 11+222+53=286 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.85% from 286); Green value is 222 (87.11% from 255 or 77.62% from 286); Blue value is 53 (21.09% from 255 or 18.53% from 286); Max value from RGB is 222 - color contains mainly: green. Hex color #0BDE35 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BDE35 is #F421CA. Grayscale: #8C8C8C. Windows color (decimal): -15999435 or 3530251. OLE color: 3530251.

HSL color Cylindrical-coordinate representation of color #0BDE35: hue angle of 131.94º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDE35 is Cyan = 0.95, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 11 222 53 -
CMYK 0.95 0 0.76 0.13
HSL 131.94º 0.91% 0.46% -
HSV(B) 131.94º 0.95% 0.87% -
XYZ 26.9 52.57 12.1 -
YUV 139.65 79.1 36.24 -
System Red Green Blue C M Y K H S L
Decimal 11 222 53 0.95 0 0.76 0.13 131.94 0.91 0.46
Hex B DE 35 5F 0 4C D 84 5B 2E
Octal 13 336 65 137 0 114 15 204 133 56
Binary 1011 11011110 110101 1011111 0 1001100 1101 10000100 1011011 101110

Color Harmonies of #0BDE35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BDE35

Black with #0BDE35

Text Example


Text Example

White with #0BDE35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,222,53); }

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

background-color css

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

 a { background-color: rgb(11,222,53); }

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

border-color css

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

 span { border-color: rgb(11,222,53); }

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