Html Css Color HEX #96F34C Conifer

📋 copy color: '#96F34C'

red 150 ◦ green 243 ◦ blue 76

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

Shades of Conifer #96F34C

Tints of Conifer #96F34C

RGB

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

 GREEN value IS 243 (95.31% from 255) = 51.81%

 BLUE value IS 76 (30.08% from 255) = 16.2%

R = 31.98%
G = 51.81%
B = 16.2%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#96F34C (or 0x96F34C) is known color: Conifer. HEX triplet: 96, F3 and 4C. RGB value is (150,243,76). Sum of RGB (Red+Green+Blue) = 150+243+76=469 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.98% from 469); Green value is 243 (95.31% from 255 or 51.81% from 469); Blue value is 76 (30.08% from 255 or 16.20% from 469); Max value from RGB is 243 - color contains mainly: green. Hex color #96F34C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96F34C is #690CB3. Grayscale: #C4C4C4. Windows color (decimal): -6884532 or 5043094. OLE color: 5043094.

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

Color convert

RGB 150 243 76 -
CMYK 0.38 0 0.69 0.05
HSL 93.41º 0.87% 0.63% -
HSV(B) 93.41º 0.69% 0.95% -
XYZ 45.93 71.11 18.14 -
YUV 196.16 60.19 95.08 -
System Red Green Blue C M Y K H S L
Decimal 150 243 76 0.38 0 0.69 0.05 93.41 0.87 0.63
Hex 96 F3 4C 26 0 45 5 5D 57 3F
Octal 226 363 114 46 0 105 5 135 127 77
Binary 10010110 11110011 1001100 100110 0 1000101 101 1011101 1010111 111111

Color Harmonies of #96F34C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F34C

Black with #96F34C

Text Example


Text Example

White with #96F34C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,243,76); }

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

background-color css

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

 a { background-color: rgb(150,243,76); }

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

border-color css

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

 span { border-color: rgb(150,243,76); }

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