#9DFF67

Color #9DFF67 Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #9DFF67

Tints of Feijoa #9DFF67

Color information

#9DFF67 (or 0x9DFF67) is unknown color: approx Feijoa. HEX triplet: 9D, FF and 67. RGB value is (157,255,103). Sum of RGB (Red+Green+Blue) = 157+255+103=515 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.49% from 515); Green value is 255 (100% from 255 or 49.51% from 515); Blue value is 103 (40.62% from 255 or 20% from 515); Max value from RGB is 255 - color contains mainly: green. Hex color #9DFF67 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DFF67 is #620098. Grayscale: #D0D0D0. Windows color (decimal): -6422681 or 6815645. OLE color: 6815645.

HSL color Cylindrical-coordinate representation of color #9DFF67: hue angle of 98.68º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9DFF67 is Cyan = 0.38, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.

Color convert

RGB157255103-
CMYK0.3800.600
HSL98.68º100%70.2%-
HSV(B)98.68º59.61%100%-
XYZ52.1179.6725.46-
YUV208.3768.5391.36-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.49%
GREEN value IS 255 (100% from 255) = 49.51%
BLUE value IS 103 (40.62% from 255) = 20%
R=30.49%
G=49.51%
B=20%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1572551030.3800.60098.6810070.2
Hex9DFF672603C0636446
Octal235377147460740143144106
Binary1001110111111111110011110011001111000110001111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DFF67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,255,103); }

 H1.HeaderClassName
 {
   color: #9DFF67;
 }
 .AnyTagClassName
 {
   color: #9DFF67;
 }
</style>
background-color css

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

 a { background-color: rgb(157,255,103); }

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

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

 span { border-color: rgb(157,255,103); }

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