Html Css Color HEX #10BD52 Dark Pastel Green

📋 copy color: '#10BD52'

red 16 ◦ green 189 ◦ blue 82

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

Shades of Dark Pastel Green #10BD52

Tints of Dark Pastel Green #10BD52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 28.57%

R = 5.57%
G = 65.85%
B = 28.57%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#10BD52 (or 0x10BD52) is known color: Dark Pastel Green. HEX triplet: 10, BD and 52. RGB value is (16,189,82). Sum of RGB (Red+Green+Blue) = 16+189+82=287 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.57% from 287); Green value is 189 (74.22% from 255 or 65.85% from 287); Blue value is 82 (32.42% from 255 or 28.57% from 287); Max value from RGB is 189 - color contains mainly: green. Hex color #10BD52 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10BD52 is #EF42AD. Grayscale: #7D7D7D. Windows color (decimal): -15680174 or 5422352. OLE color: 5422352.

HSL color Cylindrical-coordinate representation of color #10BD52: hue angle of 142.89º 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 #10BD52 is Cyan = 0.92, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB 16 189 82 -
CMYK 0.92 0 0.57 0.26
HSL 142.89º 0.84% 0.4% -
HSV(B) 142.89º 0.92% 0.74% -
XYZ 19.93 37.11 14.1 -
YUV 125.08 103.69 50.2 -
System Red Green Blue C M Y K H S L
Decimal 16 189 82 0.92 0 0.57 0.26 142.89 0.84 0.4
Hex 10 BD 52 5C 0 39 1A 8F 54 28
Octal 20 275 122 134 0 71 32 217 124 50
Binary 10000 10111101 1010010 1011100 0 111001 11010 10001111 1010100 101000

Color Harmonies of #10BD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BD52

Black with #10BD52

Text Example


Text Example

White with #10BD52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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