Html Css Color HEX #05CB17 Dark Pastel Green

📋 copy color: '#05CB17'

red 5 ◦ green 203 ◦ blue 23

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

Shades of Dark Pastel Green #05CB17

Tints of Dark Pastel Green #05CB17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.96%

R = 2.16%
G = 87.88%
B = 9.96%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#05CB17 (or 0x05CB17) is known color: Dark Pastel Green. HEX triplet: 05, CB and 17. RGB value is (5,203,23). Sum of RGB (Red+Green+Blue) = 5+203+23=231 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 231); Green value is 203 (79.69% from 255 or 87.88% from 231); Blue value is 23 (9.38% from 255 or 9.96% from 231); Max value from RGB is 203 - color contains mainly: green. Hex color #05CB17 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05CB17 is #FA34E8. Grayscale: #7B7B7B. Windows color (decimal): -16397545 or 1559301. OLE color: 1559301.

HSL color Cylindrical-coordinate representation of color #05CB17: hue angle of 125.45º 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 #05CB17 is Cyan = 0.98, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.20.

Color convert

RGB 5 203 23 -
CMYK 0.98 0 0.89 0.20
HSL 125.45º 0.95% 0.41% -
HSV(B) 125.45º 0.98% 0.8% -
XYZ 21.57 42.81 7.94 -
YUV 123.28 71.4 43.64 -
System Red Green Blue C M Y K H S L
Decimal 5 203 23 0.98 0 0.89 0.20 125.45 0.95 0.41
Hex 5 CB 17 62 0 59 14 7D 5F 29
Octal 5 313 27 142 0 131 24 175 137 51
Binary 101 11001011 10111 1100010 0 1011001 10100 1111101 1011111 101001

Color Harmonies of #05CB17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05CB17

Black with #05CB17

Text Example


Text Example

White with #05CB17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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