Html Css Color HEX #9BE474 Feijoa

📋 copy color: '#9BE474'

red 155 ◦ green 228 ◦ blue 116

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

Shades of Feijoa #9BE474

Tints of Feijoa #9BE474

RGB

 RED value IS 155 (60.94% from 255) = 31.06%

 GREEN value IS 228 (89.45% from 255) = 45.69%

 BLUE value IS 116 (45.7% from 255) = 23.25%

R = 31.06%
G = 45.69%
B = 23.25%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#9BE474 (or 0x9BE474) is known color: Feijoa. HEX triplet: 9B, E4 and 74. RGB value is (155,228,116). Sum of RGB (Red+Green+Blue) = 155+228+116=499 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31.06% from 499); Green value is 228 (89.45% from 255 or 45.69% from 499); Blue value is 116 (45.70% from 255 or 23.25% from 499); Max value from RGB is 228 - color contains mainly: green. Hex color #9BE474 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BE474 is #641B8B. Grayscale: #C1C1C1. Windows color (decimal): -6560652 or 7660699. OLE color: 7660699.

HSL color Cylindrical-coordinate representation of color #9BE474: hue angle of 99.11º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9BE474 is Cyan = 0.32, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB 155 228 116 -
CMYK 0.32 0 0.49 0.11
HSL 99.11º 0.67% 0.67% -
HSV(B) 99.11º 0.49% 0.89% -
XYZ 44.41 63.72 26.48 -
YUV 193.41 84.32 100.61 -
System Red Green Blue C M Y K H S L
Decimal 155 228 116 0.32 0 0.49 0.11 99.11 0.67 0.67
Hex 9B E4 74 20 0 31 B 63 43 43
Octal 233 344 164 40 0 61 13 143 103 103
Binary 10011011 11100100 1110100 100000 0 110001 1011 1100011 1000011 1000011

Color Harmonies of #9BE474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE474

Black with #9BE474

Text Example


Text Example

White with #9BE474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9BE474; }

 p { color: rgb(155,228,116); }

 H1.HeaderClassName
 {
   color: #9BE474;
 }
 .AnyTagClassName
 {
   color: #9BE474;
 }
</style>

background-color css

<style>
 a { background-color: #9BE474; }

 a { background-color: rgb(155,228,116); }

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

border-color css

<style>
 span { border-color: #9BE474; }

 span { border-color: rgb(155,228,116); }

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