Html Css Color HEX #0DCF43 Malachite

📋 copy color: '#0DCF43'

red 13 ◦ green 207 ◦ blue 67

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

Shades of Malachite #0DCF43

Tints of Malachite #0DCF43

RGB

 RED value IS 13 (5.47% from 255) = 4.53%

 GREEN value IS 207 (81.25% from 255) = 72.13%

 BLUE value IS 67 (26.56% from 255) = 23.34%

R = 4.53%
G = 72.13%
B = 23.34%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#0DCF43 (or 0x0DCF43) is known color: Malachite. HEX triplet: 0D, CF and 43. RGB value is (13,207,67). Sum of RGB (Red+Green+Blue) = 13+207+67=287 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.53% from 287); Green value is 207 (81.25% from 255 or 72.13% from 287); Blue value is 67 (26.56% from 255 or 23.34% from 287); Max value from RGB is 207 - color contains mainly: green. Hex color #0DCF43 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DCF43 is #F230BC. Grayscale: #858585. Windows color (decimal): -15872189 or 4443917. OLE color: 4443917.

HSL color Cylindrical-coordinate representation of color #0DCF43: hue angle of 136.7º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCF43 is Cyan = 0.94, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB 13 207 67 -
CMYK 0.94 0 0.68 0.19
HSL 136.7º 0.88% 0.43% -
HSV(B) 136.7º 0.94% 0.81% -
XYZ 23.49 45.12 12.78 -
YUV 133.03 90.73 42.38 -
System Red Green Blue C M Y K H S L
Decimal 13 207 67 0.94 0 0.68 0.19 136.7 0.88 0.43
Hex D CF 43 5E 0 44 13 89 58 2B
Octal 15 317 103 136 0 104 23 211 130 53
Binary 1101 11001111 1000011 1011110 0 1000100 10011 10001001 1011000 101011

Color Harmonies of #0DCF43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DCF43

Black with #0DCF43

Text Example


Text Example

White with #0DCF43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,207,67); }

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

background-color css

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

 a { background-color: rgb(13,207,67); }

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

border-color css

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

 span { border-color: rgb(13,207,67); }

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