Html Css Color HEX #05CB40 Dark Pastel Green

📋 copy color: '#05CB40'

red 5 ◦ green 203 ◦ blue 64

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

Shades of Dark Pastel Green #05CB40

Tints of Dark Pastel Green #05CB40

RGB

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

 GREEN value IS 203 (79.69% from 255) = 74.63%

 BLUE value IS 64 (25.39% from 255) = 23.53%

R = 1.84%
G = 74.63%
B = 23.53%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#05CB40 (or 0x05CB40) is known color: Dark Pastel Green. HEX triplet: 05, CB and 40. RGB value is (5,203,64). Sum of RGB (Red+Green+Blue) = 5+203+64=272 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.84% from 272); Green value is 203 (79.69% from 255 or 74.63% from 272); Blue value is 64 (25.39% from 255 or 23.53% from 272); Max value from RGB is 203 - color contains mainly: green. Hex color #05CB40 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05CB40 is #FA34BF. Grayscale: #808080. Windows color (decimal): -16397504 or 4246277. OLE color: 4246277.

HSL color Cylindrical-coordinate representation of color #05CB40: hue angle of 137.88º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CB40 is Cyan = 0.98, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 5 203 64 -
CMYK 0.98 0 0.68 0.20
HSL 137.88º 0.95% 0.41% -
HSV(B) 137.88º 0.98% 0.8% -
XYZ 22.34 43.11 11.99 -
YUV 127.95 91.9 40.3 -
System Red Green Blue C M Y K H S L
Decimal 5 203 64 0.98 0 0.68 0.20 137.88 0.95 0.41
Hex 5 CB 40 62 0 44 14 8A 5F 29
Octal 5 313 100 142 0 104 24 212 137 51
Binary 101 11001011 1000000 1100010 0 1000100 10100 10001010 1011111 101001

Color Harmonies of #05CB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05CB40

Black with #05CB40

Text Example


Text Example

White with #05CB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,203,64); }

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

background-color css

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

 a { background-color: rgb(5,203,64); }

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

border-color css

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

 span { border-color: rgb(5,203,64); }

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