Html Css Color HEX #01CF43 Dark Pastel Green

📋 copy color: '#01CF43'

red 1 ◦ green 207 ◦ blue 67

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

Shades of Dark Pastel Green #01CF43

Tints of Dark Pastel Green #01CF43

RGB

 RED value IS 1 (0.78% from 255) = 0.36%

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

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

R = 0.36%
G = 75.27%
B = 24.36%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#01CF43 (or 0x01CF43) is known color: Dark Pastel Green. HEX triplet: 01, CF and 43. RGB value is (1,207,67). Sum of RGB (Red+Green+Blue) = 1+207+67=275 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 275); Green value is 207 (81.25% from 255 or 75.27% from 275); Blue value is 67 (26.56% from 255 or 24.36% from 275); Max value from RGB is 207 - color contains mainly: green. Hex color #01CF43 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01CF43 is #FE30BC. Grayscale: #818181. Windows color (decimal): -16658621 or 4443905. OLE color: 4443905.

HSL color Cylindrical-coordinate representation of color #01CF43: hue angle of 139.22º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CF43 is Cyan = 1.00, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB 1 207 67 -
CMYK 1.00 0 0.68 0.19
HSL 139.22º 0.99% 0.41% -
HSV(B) 139.22º 1% 0.81% -
XYZ 23.34 45.04 12.77 -
YUV 129.45 92.75 36.38 -
System Red Green Blue C M Y K H S L
Decimal 1 207 67 1.00 0 0.68 0.19 139.22 0.99 0.41
Hex 1 CF 43 64 0 44 13 8B 63 29
Octal 1 317 103 144 0 104 23 213 143 51
Binary 1 11001111 1000011 1100100 0 1000100 10011 10001011 1100011 101001

Color Harmonies of #01CF43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CF43

Black with #01CF43

Text Example


Text Example

White with #01CF43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01CF43; }

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

 H1.HeaderClassName
 {
   color: #01CF43;
 }
 .AnyTagClassName
 {
   color: #01CF43;
 }
</style>

background-color css

<style>
 a { background-color: #01CF43; }

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

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

border-color css

<style>
 span { border-color: #01CF43; }

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

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