Html Css Color HEX #10D433 Dark Pastel Green

📋 copy color: '#10D433'

red 16 ◦ green 212 ◦ blue 51

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

Shades of Dark Pastel Green #10D433

Tints of Dark Pastel Green #10D433

RGB

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

 GREEN value IS 212 (83.2% from 255) = 75.99%

 BLUE value IS 51 (20.31% from 255) = 18.28%

R = 5.73%
G = 75.99%
B = 18.28%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.76

 K value IS 0.17

RGB Variations

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

Color information

#10D433 (or 0x10D433) is known color: Dark Pastel Green. HEX triplet: 10, D4 and 33. RGB value is (16,212,51). Sum of RGB (Red+Green+Blue) = 16+212+51=279 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.73% from 279); Green value is 212 (83.20% from 255 or 75.99% from 279); Blue value is 51 (20.31% from 255 or 18.28% from 279); Max value from RGB is 212 - color contains mainly: green. Hex color #10D433 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10D433 is #EF2BCC. Grayscale: #878787. Windows color (decimal): -15674317 or 3396624. OLE color: 3396624.

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

Color convert

RGB 16 212 51 -
CMYK 0.92 0 0.76 0.17
HSL 130.71º 0.86% 0.45% -
HSV(B) 130.71º 0.92% 0.83% -
XYZ 24.35 47.44 11 -
YUV 135.04 80.57 43.09 -
System Red Green Blue C M Y K H S L
Decimal 16 212 51 0.92 0 0.76 0.17 130.71 0.86 0.45
Hex 10 D4 33 5C 0 4C 11 83 56 2D
Octal 20 324 63 134 0 114 21 203 126 55
Binary 10000 11010100 110011 1011100 0 1001100 10001 10000011 1010110 101101

Color Harmonies of #10D433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10D433

Black with #10D433

Text Example


Text Example

White with #10D433

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,212,51); }

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

background-color css

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

 a { background-color: rgb(16,212,51); }

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

border-color css

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

 span { border-color: rgb(16,212,51); }

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