Html Css Color HEX #97F766 Feijoa

📋 copy color: '#97F766'

red 151 ◦ green 247 ◦ blue 102

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

Shades of Feijoa #97F766

Tints of Feijoa #97F766

RGB

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

 GREEN value IS 247 (96.88% from 255) = 49.4%

 BLUE value IS 102 (40.23% from 255) = 20.4%

R = 30.2%
G = 49.4%
B = 20.4%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#97F766 (or 0x97F766) is known color: Feijoa. HEX triplet: 97, F7 and 66. RGB value is (151,247,102). Sum of RGB (Red+Green+Blue) = 151+247+102=500 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.2% from 500); Green value is 247 (96.88% from 255 or 49.4% from 500); Blue value is 102 (40.23% from 255 or 20.4% from 500); Max value from RGB is 247 - color contains mainly: green. Hex color #97F766 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #97F766 is #680899. Grayscale: #CACACA. Windows color (decimal): -6817946 or 6748055. OLE color: 6748055.

HSL color Cylindrical-coordinate representation of color #97F766: hue angle of 99.72º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #97F766 is Cyan = 0.39, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.

Color convert

RGB 151 247 102 -
CMYK 0.39 0 0.59 0.03
HSL 99.72º 0.9% 0.68% -
HSV(B) 99.72º 0.59% 0.97% -
XYZ 48.42 74.06 24.31 -
YUV 201.77 71.7 91.79 -
System Red Green Blue C M Y K H S L
Decimal 151 247 102 0.39 0 0.59 0.03 99.72 0.9 0.68
Hex 97 F7 66 27 0 3B 3 64 5A 44
Octal 227 367 146 47 0 73 3 144 132 104
Binary 10010111 11110111 1100110 100111 0 111011 11 1100100 1011010 1000100

Color Harmonies of #97F766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97F766

Black with #97F766

Text Example


Text Example

White with #97F766

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,247,102); }

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

background-color css

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

 a { background-color: rgb(151,247,102); }

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

border-color css

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

 span { border-color: rgb(151,247,102); }

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