Html Css Color HEX #05CE3E Dark Pastel Green

📋 copy color: '#05CE3E'

red 5 ◦ green 206 ◦ blue 62

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

Shades of Dark Pastel Green #05CE3E

Tints of Dark Pastel Green #05CE3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 22.71%

R = 1.83%
G = 75.46%
B = 22.71%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#05CE3E (or 0x05CE3E) is known color: Dark Pastel Green. HEX triplet: 05, CE and 3E. RGB value is (5,206,62). Sum of RGB (Red+Green+Blue) = 5+206+62=273 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.83% from 273); Green value is 206 (80.86% from 255 or 75.46% from 273); Blue value is 62 (24.61% from 255 or 22.71% from 273); Max value from RGB is 206 - color contains mainly: green. Hex color #05CE3E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05CE3E is #FA31C1. Grayscale: #818181. Windows color (decimal): -16396738 or 4115973. OLE color: 4115973.

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

Color convert

RGB 5 206 62 -
CMYK 0.98 0 0.70 0.19
HSL 137.01º 0.95% 0.41% -
HSV(B) 137.01º 0.98% 0.81% -
XYZ 23 44.52 11.94 -
YUV 129.49 89.91 39.21 -
System Red Green Blue C M Y K H S L
Decimal 5 206 62 0.98 0 0.70 0.19 137.01 0.95 0.41
Hex 5 CE 3E 62 0 46 13 89 5F 29
Octal 5 316 76 142 0 106 23 211 137 51
Binary 101 11001110 111110 1100010 0 1000110 10011 10001001 1011111 101001

Color Harmonies of #05CE3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05CE3E

Black with #05CE3E

Text Example


Text Example

White with #05CE3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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