Html Css Color HEX #05C01B Dark Pastel Green

📋 copy color: '#05C01B'

red 5 ◦ green 192 ◦ blue 27

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

Shades of Dark Pastel Green #05C01B

Tints of Dark Pastel Green #05C01B

RGB

 RED value IS 5 (2.34% from 255) = 2.23%

 GREEN value IS 192 (75.39% from 255) = 85.71%

 BLUE value IS 27 (10.94% from 255) = 12.05%

R = 2.23%
G = 85.71%
B = 12.05%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#05C01B (or 0x05C01B) is known color: Dark Pastel Green. HEX triplet: 05, C0 and 1B. RGB value is (5,192,27). Sum of RGB (Red+Green+Blue) = 5+192+27=224 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.23% from 224); Green value is 192 (75.39% from 255 or 85.71% from 224); Blue value is 27 (10.94% from 255 or 12.05% from 224); Max value from RGB is 192 - color contains mainly: green. Hex color #05C01B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05C01B is #FA3FE4. Grayscale: #757575. Windows color (decimal): -16400357 or 1818629. OLE color: 1818629.

HSL color Cylindrical-coordinate representation of color #05C01B: hue angle of 127.06º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05C01B is Cyan = 0.97, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 5 192 27 -
CMYK 0.97 0 0.86 0.25
HSL 127.06º 0.95% 0.39% -
HSV(B) 127.06º 0.97% 0.75% -
XYZ 19.11 37.81 7.33 -
YUV 117.28 77.05 47.92 -
System Red Green Blue C M Y K H S L
Decimal 5 192 27 0.97 0 0.86 0.25 127.06 0.95 0.39
Hex 5 C0 1B 61 0 56 19 7F 5F 27
Octal 5 300 33 141 0 126 31 177 137 47
Binary 101 11000000 11011 1100001 0 1010110 11001 1111111 1011111 100111

Color Harmonies of #05C01B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05C01B

Black with #05C01B

Text Example


Text Example

White with #05C01B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05C01B; }

 p { color: rgb(5,192,27); }

 H1.HeaderClassName
 {
   color: #05C01B;
 }
 .AnyTagClassName
 {
   color: #05C01B;
 }
</style>

background-color css

<style>
 a { background-color: #05C01B; }

 a { background-color: rgb(5,192,27); }

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

border-color css

<style>
 span { border-color: #05C01B; }

 span { border-color: rgb(5,192,27); }

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