Html Css Color HEX #96FD0E Spring Bud

📋 copy color: '#96FD0E'

red 150 ◦ green 253 ◦ blue 14

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

Shades of Spring Bud #96FD0E

Tints of Spring Bud #96FD0E

RGB

 RED value IS 150 (58.98% from 255) = 35.97%

 GREEN value IS 253 (99.22% from 255) = 60.67%

 BLUE value IS 14 (5.86% from 255) = 3.36%

R = 35.97%
G = 60.67%
B = 3.36%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#96FD0E (or 0x96FD0E) is known color: Spring Bud. HEX triplet: 96, FD and 0E. RGB value is (150,253,14). Sum of RGB (Red+Green+Blue) = 150+253+14=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 253 (99.22% from 255 or 60.67% from 417); Blue value is 14 (5.86% from 255 or 3.36% from 417); Max value from RGB is 253 - color contains mainly: green. Hex color #96FD0E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96FD0E is #6902F1. Grayscale: #C3C3C3. Windows color (decimal): -6882034 or 982422. OLE color: 982422.

HSL color Cylindrical-coordinate representation of color #96FD0E: hue angle of 85.86º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #96FD0E is Cyan = 0.41, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB 150 253 14 -
CMYK 0.41 0 0.94 0.01
HSL 85.86º 0.98% 0.52% -
HSV(B) 85.86º 0.94% 0.99% -
XYZ 47.78 76.77 12.71 -
YUV 194.96 25.88 95.93 -
System Red Green Blue C M Y K H S L
Decimal 150 253 14 0.41 0 0.94 0.01 85.86 0.98 0.52
Hex 96 FD E 29 0 5E 1 56 62 34
Octal 226 375 16 51 0 136 1 126 142 64
Binary 10010110 11111101 1110 101001 0 1011110 1 1010110 1100010 110100

Color Harmonies of #96FD0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FD0E

Black with #96FD0E

Text Example


Text Example

White with #96FD0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96FD0E; }

 p { color: rgb(150,253,14); }

 H1.HeaderClassName
 {
   color: #96FD0E;
 }
 .AnyTagClassName
 {
   color: #96FD0E;
 }
</style>

background-color css

<style>
 a { background-color: #96FD0E; }

 a { background-color: rgb(150,253,14); }

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

border-color css

<style>
 span { border-color: #96FD0E; }

 span { border-color: rgb(150,253,14); }

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