Html Css Color HEX #94F265 Feijoa

📋 copy color: '#94F265'

red 148 ◦ green 242 ◦ blue 101

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

Shades of Feijoa #94F265

Tints of Feijoa #94F265

RGB

 RED value IS 148 (58.2% from 255) = 30.14%

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

 BLUE value IS 101 (39.84% from 255) = 20.57%

R = 30.14%
G = 49.29%
B = 20.57%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#94F265 (or 0x94F265) is known color: Feijoa. HEX triplet: 94, F2 and 65. RGB value is (148,242,101). Sum of RGB (Red+Green+Blue) = 148+242+101=491 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.14% from 491); Green value is 242 (94.92% from 255 or 49.29% from 491); Blue value is 101 (39.84% from 255 or 20.57% from 491); Max value from RGB is 242 - color contains mainly: green. Hex color #94F265 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94F265 is #6B0D9A. Grayscale: #C6C6C6. Windows color (decimal): -7015835 or 6681236. OLE color: 6681236.

HSL color Cylindrical-coordinate representation of color #94F265: hue angle of 100º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #94F265 is Cyan = 0.39, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 148 242 101 -
CMYK 0.39 0 0.58 0.05
HSL 100º 0.84% 0.67% -
HSV(B) 100º 0.58% 0.95% -
XYZ 46.31 70.74 23.53 -
YUV 197.82 73.36 92.46 -
System Red Green Blue C M Y K H S L
Decimal 148 242 101 0.39 0 0.58 0.05 100 0.84 0.67
Hex 94 F2 65 27 0 3A 5 64 54 43
Octal 224 362 145 47 0 72 5 144 124 103
Binary 10010100 11110010 1100101 100111 0 111010 101 1100100 1010100 1000011

Color Harmonies of #94F265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F265

Black with #94F265

Text Example


Text Example

White with #94F265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94F265; }

 p { color: rgb(148,242,101); }

 H1.HeaderClassName
 {
   color: #94F265;
 }
 .AnyTagClassName
 {
   color: #94F265;
 }
</style>

background-color css

<style>
 a { background-color: #94F265; }

 a { background-color: rgb(148,242,101); }

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

border-color css

<style>
 span { border-color: #94F265; }

 span { border-color: rgb(148,242,101); }

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