Html Css Color HEX #97E952 Conifer

📋 copy color: '#97E952'

red 151 ◦ green 233 ◦ blue 82

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

Shades of Conifer #97E952

Tints of Conifer #97E952

RGB

 RED value IS 151 (59.38% from 255) = 32.4%

 GREEN value IS 233 (91.41% from 255) = 50%

 BLUE value IS 82 (32.42% from 255) = 17.6%

R = 32.4%
G = 50%
B = 17.6%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#97E952 (or 0x97E952) is known color: Conifer. HEX triplet: 97, E9 and 52. RGB value is (151,233,82). Sum of RGB (Red+Green+Blue) = 151+233+82=466 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.40% from 466); Green value is 233 (91.41% from 255 or 50% from 466); Blue value is 82 (32.42% from 255 or 17.60% from 466); Max value from RGB is 233 - color contains mainly: green. Hex color #97E952 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #97E952 is #6816AD. Grayscale: #BFBFBF. Windows color (decimal): -6821550 or 5433751. OLE color: 5433751.

HSL color Cylindrical-coordinate representation of color #97E952: hue angle of 92.58º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #97E952 is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.

Color convert

RGB 151 233 82 -
CMYK 0.35 0 0.65 0.09
HSL 92.58º 0.77% 0.62% -
HSV(B) 92.58º 0.65% 0.91% -
XYZ 43.42 65.47 18.33 -
YUV 191.27 66.33 99.28 -
System Red Green Blue C M Y K H S L
Decimal 151 233 82 0.35 0 0.65 0.09 92.58 0.77 0.62
Hex 97 E9 52 23 0 41 9 5D 4D 3E
Octal 227 351 122 43 0 101 11 135 115 76
Binary 10010111 11101001 1010010 100011 0 1000001 1001 1011101 1001101 111110

Color Harmonies of #97E952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97E952

Black with #97E952

Text Example


Text Example

White with #97E952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97E952; }

 p { color: rgb(151,233,82); }

 H1.HeaderClassName
 {
   color: #97E952;
 }
 .AnyTagClassName
 {
   color: #97E952;
 }
</style>

background-color css

<style>
 a { background-color: #97E952; }

 a { background-color: rgb(151,233,82); }

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

border-color css

<style>
 span { border-color: #97E952; }

 span { border-color: rgb(151,233,82); }

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