Html Css Color HEX #96EE05 Spring Bud

📋 copy color: '#96EE05'

red 150 ◦ green 238 ◦ blue 5

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

Shades of Spring Bud #96EE05

Tints of Spring Bud #96EE05

RGB

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

 GREEN value IS 238 (93.36% from 255) = 60.56%

 BLUE value IS 5 (2.34% from 255) = 1.27%

R = 38.17%
G = 60.56%
B = 1.27%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#96EE05 (or 0x96EE05) is known color: Spring Bud. HEX triplet: 96, EE and 05. RGB value is (150,238,5). Sum of RGB (Red+Green+Blue) = 150+238+5=393 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.17% from 393); Green value is 238 (93.36% from 255 or 60.56% from 393); Blue value is 5 (2.34% from 255 or 1.27% from 393); Max value from RGB is 238 - color contains mainly: green. Hex color #96EE05 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96EE05 is #6911FA. Grayscale: #B9B9B9. Windows color (decimal): -6885883 or 388758. OLE color: 388758.

HSL color Cylindrical-coordinate representation of color #96EE05: hue angle of 82.66º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #96EE05 is Cyan = 0.37, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 238 5 -
CMYK 0.37 0 0.98 0.07
HSL 82.66º 0.96% 0.48% -
HSV(B) 82.66º 0.98% 0.93% -
XYZ 43.18 67.64 10.92 -
YUV 185.13 26.35 102.95 -
System Red Green Blue C M Y K H S L
Decimal 150 238 5 0.37 0 0.98 0.07 82.66 0.96 0.48
Hex 96 EE 5 25 0 62 7 53 60 30
Octal 226 356 5 45 0 142 7 123 140 60
Binary 10010110 11101110 101 100101 0 1100010 111 1010011 1100000 110000

Color Harmonies of #96EE05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EE05

Black with #96EE05

Text Example


Text Example

White with #96EE05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,238,5); }

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

background-color css

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

 a { background-color: rgb(150,238,5); }

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

border-color css

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

 span { border-color: rgb(150,238,5); }

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