Html Css Color HEX #96F143 Green Yellow

📋 copy color: '#96F143'

red 150 ◦ green 241 ◦ blue 67

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

Shades of Green Yellow #96F143

Tints of Green Yellow #96F143

RGB

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

 GREEN value IS 241 (94.53% from 255) = 52.62%

 BLUE value IS 67 (26.56% from 255) = 14.63%

R = 32.75%
G = 52.62%
B = 14.63%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#96F143 (or 0x96F143) is known color: Green Yellow. HEX triplet: 96, F1 and 43. RGB value is (150,241,67). Sum of RGB (Red+Green+Blue) = 150+241+67=458 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.75% from 458); Green value is 241 (94.53% from 255 or 52.62% from 458); Blue value is 67 (26.56% from 255 or 14.63% from 458); Max value from RGB is 241 - color contains mainly: green. Hex color #96F143 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96F143 is #690EBC. Grayscale: #C2C2C2. Windows color (decimal): -6885053 or 4452758. OLE color: 4452758.

HSL color Cylindrical-coordinate representation of color #96F143: hue angle of 91.38º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #96F143 is Cyan = 0.38, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.

Color convert

RGB 150 241 67 -
CMYK 0.38 0 0.72 0.05
HSL 91.38º 0.86% 0.6% -
HSV(B) 91.38º 0.72% 0.95% -
XYZ 45.05 69.8 16.41 -
YUV 193.96 56.35 96.65 -
System Red Green Blue C M Y K H S L
Decimal 150 241 67 0.38 0 0.72 0.05 91.38 0.86 0.6
Hex 96 F1 43 26 0 48 5 5B 56 3C
Octal 226 361 103 46 0 110 5 133 126 74
Binary 10010110 11110001 1000011 100110 0 1001000 101 1011011 1010110 111100

Color Harmonies of #96F143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F143

Black with #96F143

Text Example


Text Example

White with #96F143

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,241,67); }

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

background-color css

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

 a { background-color: rgb(150,241,67); }

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

border-color css

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

 span { border-color: rgb(150,241,67); }

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