Html Css Color HEX #05CE2A Dark Pastel Green

📋 copy color: '#05CE2A'

red 5 ◦ green 206 ◦ blue 42

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

Shades of Dark Pastel Green #05CE2A

Tints of Dark Pastel Green #05CE2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.6%

R = 1.98%
G = 81.42%
B = 16.6%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#05CE2A (or 0x05CE2A) is known color: Dark Pastel Green. HEX triplet: 05, CE and 2A. RGB value is (5,206,42). Sum of RGB (Red+Green+Blue) = 5+206+42=253 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 253); Green value is 206 (80.86% from 255 or 81.42% from 253); Blue value is 42 (16.80% from 255 or 16.60% from 253); Max value from RGB is 206 - color contains mainly: green. Hex color #05CE2A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05CE2A is #FA31D5. Grayscale: #7F7F7F. Windows color (decimal): -16396758 or 2805253. OLE color: 2805253.

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

Color convert

RGB 5 206 42 -
CMYK 0.98 0 0.80 0.19
HSL 131.04º 0.95% 0.41% -
HSV(B) 131.04º 0.98% 0.81% -
XYZ 22.55 44.34 9.56 -
YUV 127.21 79.91 40.84 -
System Red Green Blue C M Y K H S L
Decimal 5 206 42 0.98 0 0.80 0.19 131.04 0.95 0.41
Hex 5 CE 2A 62 0 50 13 83 5F 29
Octal 5 316 52 142 0 120 23 203 137 51
Binary 101 11001110 101010 1100010 0 1010000 10011 10000011 1011111 101001

Color Harmonies of #05CE2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05CE2A

Black with #05CE2A

Text Example


Text Example

White with #05CE2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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