Html Css Color HEX #97F255 Conifer

📋 copy color: '#97F255'

red 151 ◦ green 242 ◦ blue 85

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

Shades of Conifer #97F255

Tints of Conifer #97F255

RGB

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

 GREEN value IS 242 (94.92% from 255) = 50.63%

 BLUE value IS 85 (33.59% from 255) = 17.78%

R = 31.59%
G = 50.63%
B = 17.78%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#97F255 (or 0x97F255) is known color: Conifer. HEX triplet: 97, F2 and 55. RGB value is (151,242,85). Sum of RGB (Red+Green+Blue) = 151+242+85=478 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.59% from 478); Green value is 242 (94.92% from 255 or 50.63% from 478); Blue value is 85 (33.59% from 255 or 17.78% from 478); Max value from RGB is 242 - color contains mainly: green. Hex color #97F255 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #97F255 is #680DAA. Grayscale: #C5C5C5. Windows color (decimal): -6819243 or 5632663. OLE color: 5632663.

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

Color convert

RGB 151 242 85 -
CMYK 0.38 0 0.65 0.05
HSL 94.78º 0.86% 0.64% -
HSV(B) 94.78º 0.65% 0.95% -
XYZ 46.15 70.74 19.82 -
YUV 196.89 64.85 95.27 -
System Red Green Blue C M Y K H S L
Decimal 151 242 85 0.38 0 0.65 0.05 94.78 0.86 0.64
Hex 97 F2 55 26 0 41 5 5F 56 40
Octal 227 362 125 46 0 101 5 137 126 100
Binary 10010111 11110010 1010101 100110 0 1000001 101 1011111 1010110 1000000

Color Harmonies of #97F255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97F255

Black with #97F255

Text Example


Text Example

White with #97F255

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,242,85); }

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

background-color css

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

 a { background-color: rgb(151,242,85); }

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

border-color css

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

 span { border-color: rgb(151,242,85); }

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