Html Css Color HEX #05CE3F Dark Pastel Green

📋 copy color: '#05CE3F'

red 5 ◦ green 206 ◦ blue 63

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

Shades of Dark Pastel Green #05CE3F

Tints of Dark Pastel Green #05CE3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.99%

R = 1.82%
G = 75.18%
B = 22.99%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#05CE3F (or 0x05CE3F) is known color: Dark Pastel Green. HEX triplet: 05, CE and 3F. RGB value is (5,206,63). Sum of RGB (Red+Green+Blue) = 5+206+63=274 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 274); Green value is 206 (80.86% from 255 or 75.18% from 274); Blue value is 63 (25% from 255 or 22.99% from 274); Max value from RGB is 206 - color contains mainly: green. Hex color #05CE3F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05CE3F is #FA31C0. Grayscale: #818181. Windows color (decimal): -16396737 or 4181509. OLE color: 4181509.

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

Color convert

RGB 5 206 63 -
CMYK 0.98 0 0.69 0.19
HSL 137.31º 0.95% 0.41% -
HSV(B) 137.31º 0.98% 0.81% -
XYZ 23.03 44.53 12.08 -
YUV 129.6 90.41 39.13 -
System Red Green Blue C M Y K H S L
Decimal 5 206 63 0.98 0 0.69 0.19 137.31 0.95 0.41
Hex 5 CE 3F 62 0 45 13 89 5F 29
Octal 5 316 77 142 0 105 23 211 137 51
Binary 101 11001110 111111 1100010 0 1000101 10011 10001001 1011111 101001

Color Harmonies of #05CE3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05CE3F

Black with #05CE3F

Text Example


Text Example

White with #05CE3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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