Html Css Color HEX #0CFF4B Malachite

📋 copy color: '#0CFF4B'

red 12 ◦ green 255 ◦ blue 75

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

Shades of Malachite #0CFF4B

Tints of Malachite #0CFF4B

RGB

 RED value IS 12 (5.08% from 255) = 3.51%

 GREEN value IS 255 (100% from 255) = 74.56%

 BLUE value IS 75 (29.69% from 255) = 21.93%

R = 3.51%
G = 74.56%
B = 21.93%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#0CFF4B (or 0x0CFF4B) is known color: Malachite. HEX triplet: 0C, FF and 4B. RGB value is (12,255,75). Sum of RGB (Red+Green+Blue) = 12+255+75=342 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.51% from 342); Green value is 255 (100% from 255 or 74.56% from 342); Blue value is 75 (29.69% from 255 or 21.93% from 342); Max value from RGB is 255 - color contains mainly: green. Hex color #0CFF4B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0CFF4B is #F300B4. Grayscale: #A2A2A2. Windows color (decimal): -15925429 or 4980492. OLE color: 4980492.

HSL color Cylindrical-coordinate representation of color #0CFF4B: hue angle of 135.56º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CFF4B is Cyan = 0.95, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.

Color convert

RGB 12 255 75 -
CMYK 0.95 0 0.71 0
HSL 135.56º 1% 0.52% -
HSV(B) 135.56º 0.95% 1% -
XYZ 37.18 72.11 18.61 -
YUV 161.82 78.99 21.14 -
System Red Green Blue C M Y K H S L
Decimal 12 255 75 0.95 0 0.71 0 135.56 1 0.52
Hex C FF 4B 5F 0 47 0 88 64 34
Octal 14 377 113 137 0 107 0 210 144 64
Binary 1100 11111111 1001011 1011111 0 1000111 0 10001000 1100100 110100

Color Harmonies of #0CFF4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CFF4B

Black with #0CFF4B

Text Example


Text Example

White with #0CFF4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,255,75); }

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

background-color css

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

 a { background-color: rgb(12,255,75); }

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

border-color css

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

 span { border-color: rgb(12,255,75); }

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