Html Css Color HEX #97ED6F Feijoa

📋 copy color: '#97ED6F'

red 151 ◦ green 237 ◦ blue 111

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

Shades of Feijoa #97ED6F

Tints of Feijoa #97ED6F

RGB

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

 GREEN value IS 237 (92.97% from 255) = 47.49%

 BLUE value IS 111 (43.75% from 255) = 22.24%

R = 30.26%
G = 47.49%
B = 22.24%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#97ED6F (or 0x97ED6F) is known color: Feijoa. HEX triplet: 97, ED and 6F. RGB value is (151,237,111). Sum of RGB (Red+Green+Blue) = 151+237+111=499 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.26% from 499); Green value is 237 (92.97% from 255 or 47.49% from 499); Blue value is 111 (43.75% from 255 or 22.24% from 499); Max value from RGB is 237 - color contains mainly: green. Hex color #97ED6F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #97ED6F is #681290. Grayscale: #C5C5C5. Windows color (decimal): -6820497 or 7335319. OLE color: 7335319.

HSL color Cylindrical-coordinate representation of color #97ED6F: hue angle of 100.95º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #97ED6F is Cyan = 0.36, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 151 237 111 -
CMYK 0.36 0 0.53 0.07
HSL 100.95º 0.78% 0.68% -
HSV(B) 100.95º 0.53% 0.93% -
XYZ 45.92 68.3 25.8 -
YUV 196.92 79.51 95.25 -
System Red Green Blue C M Y K H S L
Decimal 151 237 111 0.36 0 0.53 0.07 100.95 0.78 0.68
Hex 97 ED 6F 24 0 35 7 65 4E 44
Octal 227 355 157 44 0 65 7 145 116 104
Binary 10010111 11101101 1101111 100100 0 110101 111 1100101 1001110 1000100

Color Harmonies of #97ED6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97ED6F

Black with #97ED6F

Text Example


Text Example

White with #97ED6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,237,111); }

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

background-color css

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

 a { background-color: rgb(151,237,111); }

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

border-color css

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

 span { border-color: rgb(151,237,111); }

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