Html Css Color HEX #10D52F Dark Pastel Green

📋 copy color: '#10D52F'

red 16 ◦ green 213 ◦ blue 47

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

Shades of Dark Pastel Green #10D52F

Tints of Dark Pastel Green #10D52F

RGB

 RED value IS 16 (6.64% from 255) = 5.8%

 GREEN value IS 213 (83.59% from 255) = 77.17%

 BLUE value IS 47 (18.75% from 255) = 17.03%

R = 5.8%
G = 77.17%
B = 17.03%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#10D52F (or 0x10D52F) is known color: Dark Pastel Green. HEX triplet: 10, D5 and 2F. RGB value is (16,213,47). Sum of RGB (Red+Green+Blue) = 16+213+47=276 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.80% from 276); Green value is 213 (83.59% from 255 or 77.17% from 276); Blue value is 47 (18.75% from 255 or 17.03% from 276); Max value from RGB is 213 - color contains mainly: green. Hex color #10D52F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10D52F is #EF2AD0. Grayscale: #878787. Windows color (decimal): -15674065 or 3134736. OLE color: 3134736.

HSL color Cylindrical-coordinate representation of color #10D52F: hue angle of 129.44º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10D52F is Cyan = 0.92, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 16 213 47 -
CMYK 0.92 0 0.78 0.16
HSL 129.44º 0.86% 0.45% -
HSV(B) 129.44º 0.92% 0.84% -
XYZ 24.52 47.9 10.64 -
YUV 135.17 78.23 43 -
System Red Green Blue C M Y K H S L
Decimal 16 213 47 0.92 0 0.78 0.16 129.44 0.86 0.45
Hex 10 D5 2F 5C 0 4E 10 81 56 2D
Octal 20 325 57 134 0 116 20 201 126 55
Binary 10000 11010101 101111 1011100 0 1001110 10000 10000001 1010110 101101

Color Harmonies of #10D52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10D52F

Black with #10D52F

Text Example


Text Example

White with #10D52F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10D52F; }

 p { color: rgb(16,213,47); }

 H1.HeaderClassName
 {
   color: #10D52F;
 }
 .AnyTagClassName
 {
   color: #10D52F;
 }
</style>

background-color css

<style>
 a { background-color: #10D52F; }

 a { background-color: rgb(16,213,47); }

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

border-color css

<style>
 span { border-color: #10D52F; }

 span { border-color: rgb(16,213,47); }

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