Html Css Color HEX #93F66B Feijoa

📋 copy color: '#93F66B'

red 147 ◦ green 246 ◦ blue 107

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

Shades of Feijoa #93F66B

Tints of Feijoa #93F66B

RGB

 RED value IS 147 (57.81% from 255) = 29.4%

 GREEN value IS 246 (96.48% from 255) = 49.2%

 BLUE value IS 107 (42.19% from 255) = 21.4%

R = 29.4%
G = 49.2%
B = 21.4%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#93F66B (or 0x93F66B) is known color: Feijoa. HEX triplet: 93, F6 and 6B. RGB value is (147,246,107). Sum of RGB (Red+Green+Blue) = 147+246+107=500 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.4% from 500); Green value is 246 (96.48% from 255 or 49.2% from 500); Blue value is 107 (42.19% from 255 or 21.4% from 500); Max value from RGB is 246 - color contains mainly: green. Hex color #93F66B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93F66B is #6C0994. Grayscale: #C9C9C9. Windows color (decimal): -7080341 or 7075475. OLE color: 7075475.

HSL color Cylindrical-coordinate representation of color #93F66B: hue angle of 102.73º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #93F66B is Cyan = 0.40, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB 147 246 107 -
CMYK 0.40 0 0.57 0.04
HSL 102.73º 0.89% 0.69% -
HSV(B) 102.73º 0.57% 0.96% -
XYZ 47.64 73.18 25.52 -
YUV 200.55 75.2 89.8 -
System Red Green Blue C M Y K H S L
Decimal 147 246 107 0.40 0 0.57 0.04 102.73 0.89 0.69
Hex 93 F6 6B 28 0 39 4 67 59 45
Octal 223 366 153 50 0 71 4 147 131 105
Binary 10010011 11110110 1101011 101000 0 111001 100 1100111 1011001 1000101

Color Harmonies of #93F66B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93F66B

Black with #93F66B

Text Example


Text Example

White with #93F66B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93F66B; }

 p { color: rgb(147,246,107); }

 H1.HeaderClassName
 {
   color: #93F66B;
 }
 .AnyTagClassName
 {
   color: #93F66B;
 }
</style>

background-color css

<style>
 a { background-color: #93F66B; }

 a { background-color: rgb(147,246,107); }

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

border-color css

<style>
 span { border-color: #93F66B; }

 span { border-color: rgb(147,246,107); }

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