Html Css Color HEX #05CE2E Dark Pastel Green

📋 copy color: '#05CE2E'

red 5 ◦ green 206 ◦ blue 46

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

Shades of Dark Pastel Green #05CE2E

Tints of Dark Pastel Green #05CE2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.9%

R = 1.95%
G = 80.16%
B = 17.9%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#05CE2E (or 0x05CE2E) is known color: Dark Pastel Green. HEX triplet: 05, CE and 2E. RGB value is (5,206,46). Sum of RGB (Red+Green+Blue) = 5+206+46=257 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 257); Green value is 206 (80.86% from 255 or 80.16% from 257); Blue value is 46 (18.36% from 255 or 17.90% from 257); Max value from RGB is 206 - color contains mainly: green. Hex color #05CE2E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05CE2E is #FA31D1. Grayscale: #808080. Windows color (decimal): -16396754 or 3067397. OLE color: 3067397.

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

Color convert

RGB 5 206 46 -
CMYK 0.98 0 0.78 0.19
HSL 132.24º 0.95% 0.41% -
HSV(B) 132.24º 0.98% 0.81% -
XYZ 22.63 44.37 9.96 -
YUV 127.66 81.91 40.51 -
System Red Green Blue C M Y K H S L
Decimal 5 206 46 0.98 0 0.78 0.19 132.24 0.95 0.41
Hex 5 CE 2E 62 0 4E 13 84 5F 29
Octal 5 316 56 142 0 116 23 204 137 51
Binary 101 11001110 101110 1100010 0 1001110 10011 10000100 1011111 101001

Color Harmonies of #05CE2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05CE2E

Black with #05CE2E

Text Example


Text Example

White with #05CE2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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