Html Css Color HEX #10CF21 Dark Pastel Green

📋 copy color: '#10CF21'

red 16 ◦ green 207 ◦ blue 33

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

Shades of Dark Pastel Green #10CF21

Tints of Dark Pastel Green #10CF21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.89%

R = 6.25%
G = 80.86%
B = 12.89%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#10CF21 (or 0x10CF21) is known color: Dark Pastel Green. HEX triplet: 10, CF and 21. RGB value is (16,207,33). Sum of RGB (Red+Green+Blue) = 16+207+33=256 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.25% from 256); Green value is 207 (81.25% from 255 or 80.86% from 256); Blue value is 33 (13.28% from 255 or 12.89% from 256); Max value from RGB is 207 - color contains mainly: green. Hex color #10CF21 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10CF21 is #EF30DE. Grayscale: #828282. Windows color (decimal): -15675615 or 2215696. OLE color: 2215696.

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

Color convert

RGB 16 207 33 -
CMYK 0.92 0 0.84 0.19
HSL 125.34º 0.86% 0.44% -
HSV(B) 125.34º 0.92% 0.81% -
XYZ 22.8 44.85 8.89 -
YUV 130.06 73.22 46.65 -
System Red Green Blue C M Y K H S L
Decimal 16 207 33 0.92 0 0.84 0.19 125.34 0.86 0.44
Hex 10 CF 21 5C 0 54 13 7D 56 2C
Octal 20 317 41 134 0 124 23 175 126 54
Binary 10000 11001111 100001 1011100 0 1010100 10011 1111101 1010110 101100

Color Harmonies of #10CF21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10CF21

Black with #10CF21

Text Example


Text Example

White with #10CF21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,207,33); }

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

background-color css

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

 a { background-color: rgb(16,207,33); }

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

border-color css

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

 span { border-color: rgb(16,207,33); }

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