Html Css Color HEX #10BD41 Dark Pastel Green

📋 copy color: '#10BD41'

red 16 ◦ green 189 ◦ blue 65

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

Shades of Dark Pastel Green #10BD41

Tints of Dark Pastel Green #10BD41

RGB

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

 GREEN value IS 189 (74.22% from 255) = 70%

 BLUE value IS 65 (25.78% from 255) = 24.07%

R = 5.93%
G = 70%
B = 24.07%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#10BD41 (or 0x10BD41) is known color: Dark Pastel Green. HEX triplet: 10, BD and 41. RGB value is (16,189,65). Sum of RGB (Red+Green+Blue) = 16+189+65=270 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.93% from 270); Green value is 189 (74.22% from 255 or 70% from 270); Blue value is 65 (25.78% from 255 or 24.07% from 270); Max value from RGB is 189 - color contains mainly: green. Hex color #10BD41 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10BD41 is #EF42BE. Grayscale: #7B7B7B. Windows color (decimal): -15680191 or 4308240. OLE color: 4308240.

HSL color Cylindrical-coordinate representation of color #10BD41: hue angle of 136.99º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BD41 is Cyan = 0.92, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 16 189 65 -
CMYK 0.92 0 0.66 0.26
HSL 136.99º 0.84% 0.4% -
HSV(B) 136.99º 0.92% 0.74% -
XYZ 19.37 36.89 11.1 -
YUV 123.14 95.19 51.58 -
System Red Green Blue C M Y K H S L
Decimal 16 189 65 0.92 0 0.66 0.26 136.99 0.84 0.4
Hex 10 BD 41 5C 0 42 1A 89 54 28
Octal 20 275 101 134 0 102 32 211 124 50
Binary 10000 10111101 1000001 1011100 0 1000010 11010 10001001 1010100 101000

Color Harmonies of #10BD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BD41

Black with #10BD41

Text Example


Text Example

White with #10BD41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,189,65); }

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

background-color css

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

 a { background-color: rgb(16,189,65); }

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

border-color css

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

 span { border-color: rgb(16,189,65); }

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