Html Css Color HEX #05CF2D Dark Pastel Green

📋 copy color: '#05CF2D'

red 5 ◦ green 207 ◦ blue 45

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

Shades of Dark Pastel Green #05CF2D

Tints of Dark Pastel Green #05CF2D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 80.54%

 BLUE value IS 45 (17.97% from 255) = 17.51%

R = 1.95%
G = 80.54%
B = 17.51%

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

#05CF2D (or 0x05CF2D) is known color: Dark Pastel Green. HEX triplet: 05, CF and 2D. RGB value is (5,207,45). Sum of RGB (Red+Green+Blue) = 5+207+45=257 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 257); Green value is 207 (81.25% from 255 or 80.54% from 257); Blue value is 45 (17.97% from 255 or 17.51% from 257); Max value from RGB is 207 - color contains mainly: green. Hex color #05CF2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05CF2D is #FA30D2. Grayscale: #808080. Windows color (decimal): -16396499 or 3002117. OLE color: 3002117.

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

Color convert

RGB 5 207 45 -
CMYK 0.98 0 0.78 0.19
HSL 131.88º 0.95% 0.42% -
HSV(B) 131.88º 0.98% 0.81% -
XYZ 22.85 44.85 9.93 -
YUV 128.13 81.08 40.17 -
System Red Green Blue C M Y K H S L
Decimal 5 207 45 0.98 0 0.78 0.19 131.88 0.95 0.42
Hex 5 CF 2D 62 0 4E 13 84 5F 2A
Octal 5 317 55 142 0 116 23 204 137 52
Binary 101 11001111 101101 1100010 0 1001110 10011 10000100 1011111 101010

Color Harmonies of #05CF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05CF2D

Black with #05CF2D

Text Example


Text Example

White with #05CF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,207,45); }

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

background-color css

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

 a { background-color: rgb(5,207,45); }

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

border-color css

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

 span { border-color: rgb(5,207,45); }

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