Html Css Color HEX #10FF64 Spring Green

📋 copy color: '#10FF64'

red 16 ◦ green 255 ◦ blue 100

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

Shades of Spring Green #10FF64

Tints of Spring Green #10FF64

RGB

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

 GREEN value IS 255 (100% from 255) = 68.73%

 BLUE value IS 100 (39.45% from 255) = 26.95%

R = 4.31%
G = 68.73%
B = 26.95%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.61

 K value IS 0

RGB Variations

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

Color information

#10FF64 (or 0x10FF64) is known color: Spring Green. HEX triplet: 10, FF and 64. RGB value is (16,255,100). Sum of RGB (Red+Green+Blue) = 16+255+100=371 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.31% from 371); Green value is 255 (100% from 255 or 68.73% from 371); Blue value is 100 (39.45% from 255 or 26.95% from 371); Max value from RGB is 255 - color contains mainly: green. Hex color #10FF64 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10FF64 is #EF009B. Grayscale: #A6A6A6. Windows color (decimal): -15663260 or 6618896. OLE color: 6618896.

HSL color Cylindrical-coordinate representation of color #10FF64: hue angle of 141.09º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FF64 is Cyan = 0.94, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.

Color convert

RGB 16 255 100 -
CMYK 0.94 0 0.61 0
HSL 141.09º 1% 0.53% -
HSV(B) 141.09º 0.94% 1% -
XYZ 38.27 72.55 24.04 -
YUV 165.87 90.82 21.1 -
System Red Green Blue C M Y K H S L
Decimal 16 255 100 0.94 0 0.61 0 141.09 1 0.53
Hex 10 FF 64 5E 0 3D 0 8D 64 35
Octal 20 377 144 136 0 75 0 215 144 65
Binary 10000 11111111 1100100 1011110 0 111101 0 10001101 1100100 110101

Color Harmonies of #10FF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10FF64

Black with #10FF64

Text Example


Text Example

White with #10FF64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,255,100); }

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

background-color css

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

 a { background-color: rgb(16,255,100); }

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

border-color css

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

 span { border-color: rgb(16,255,100); }

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