Html Css Color HEX #97F275 Feijoa

📋 copy color: '#97F275'

red 151 ◦ green 242 ◦ blue 117

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

Shades of Feijoa #97F275

Tints of Feijoa #97F275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.94%

R = 29.61%
G = 47.45%
B = 22.94%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#97F275 (or 0x97F275) is known color: Feijoa. HEX triplet: 97, F2 and 75. RGB value is (151,242,117). Sum of RGB (Red+Green+Blue) = 151+242+117=510 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.61% from 510); Green value is 242 (94.92% from 255 or 47.45% from 510); Blue value is 117 (46.09% from 255 or 22.94% from 510); Max value from RGB is 242 - color contains mainly: green. Hex color #97F275 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #97F275 is #680D8A. Grayscale: #C8C8C8. Windows color (decimal): -6819211 or 7729815. OLE color: 7729815.

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

Color convert

RGB 151 242 117 -
CMYK 0.38 0 0.52 0.05
HSL 103.68º 0.83% 0.7% -
HSV(B) 103.68º 0.52% 0.95% -
XYZ 47.73 71.37 28.09 -
YUV 200.54 80.85 92.66 -
System Red Green Blue C M Y K H S L
Decimal 151 242 117 0.38 0 0.52 0.05 103.68 0.83 0.7
Hex 97 F2 75 26 0 34 5 68 53 46
Octal 227 362 165 46 0 64 5 150 123 106
Binary 10010111 11110010 1110101 100110 0 110100 101 1101000 1010011 1000110

Color Harmonies of #97F275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97F275

Black with #97F275

Text Example


Text Example

White with #97F275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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