Html Css Color HEX #05CE19 Dark Pastel Green

📋 copy color: '#05CE19'

red 5 ◦ green 206 ◦ blue 25

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

Shades of Dark Pastel Green #05CE19

Tints of Dark Pastel Green #05CE19

RGB

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

 GREEN value IS 206 (80.86% from 255) = 87.29%

 BLUE value IS 25 (10.16% from 255) = 10.59%

R = 2.12%
G = 87.29%
B = 10.59%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#05CE19 (or 0x05CE19) is known color: Dark Pastel Green. HEX triplet: 05, CE and 19. RGB value is (5,206,25). Sum of RGB (Red+Green+Blue) = 5+206+25=236 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.12% from 236); Green value is 206 (80.86% from 255 or 87.29% from 236); Blue value is 25 (10.16% from 255 or 10.59% from 236); Max value from RGB is 206 - color contains mainly: green. Hex color #05CE19 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05CE19 is #FA31E6. Grayscale: #7D7D7D. Windows color (decimal): -16396775 or 1691141. OLE color: 1691141.

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

Color convert

RGB 5 206 25 -
CMYK 0.98 0 0.88 0.19
HSL 125.97º 0.95% 0.41% -
HSV(B) 125.97º 0.98% 0.81% -
XYZ 22.31 44.25 8.28 -
YUV 125.27 71.41 42.22 -
System Red Green Blue C M Y K H S L
Decimal 5 206 25 0.98 0 0.88 0.19 125.97 0.95 0.41
Hex 5 CE 19 62 0 58 13 7E 5F 29
Octal 5 316 31 142 0 130 23 176 137 51
Binary 101 11001110 11001 1100010 0 1011000 10011 1111110 1011111 101001

Color Harmonies of #05CE19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05CE19

Black with #05CE19

Text Example


Text Example

White with #05CE19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,206,25); }

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

background-color css

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

 a { background-color: rgb(5,206,25); }

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

border-color css

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

 span { border-color: rgb(5,206,25); }

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