Html Css Color HEX #9DF268 Feijoa

📋 copy color: '#9DF268'

red 157 ◦ green 242 ◦ blue 104

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

Shades of Feijoa #9DF268

Tints of Feijoa #9DF268

RGB

 RED value IS 157 (61.72% from 255) = 31.21%

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

 BLUE value IS 104 (41.02% from 255) = 20.68%

R = 31.21%
G = 48.11%
B = 20.68%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#9DF268 (or 0x9DF268) is known color: Feijoa. HEX triplet: 9D, F2 and 68. RGB value is (157,242,104). Sum of RGB (Red+Green+Blue) = 157+242+104=503 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.21% from 503); Green value is 242 (94.92% from 255 or 48.11% from 503); Blue value is 104 (41.02% from 255 or 20.68% from 503); Max value from RGB is 242 - color contains mainly: green. Hex color #9DF268 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF268 is #620D97. Grayscale: #C9C9C9. Windows color (decimal): -6426008 or 6877853. OLE color: 6877853.

HSL color Cylindrical-coordinate representation of color #9DF268: hue angle of 96.96º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9DF268 is Cyan = 0.35, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB 157 242 104 -
CMYK 0.35 0 0.57 0.05
HSL 96.96º 0.84% 0.68% -
HSV(B) 96.96º 0.57% 0.95% -
XYZ 48.16 71.67 24.39 -
YUV 200.85 73.34 96.72 -
System Red Green Blue C M Y K H S L
Decimal 157 242 104 0.35 0 0.57 0.05 96.96 0.84 0.68
Hex 9D F2 68 23 0 39 5 61 54 44
Octal 235 362 150 43 0 71 5 141 124 104
Binary 10011101 11110010 1101000 100011 0 111001 101 1100001 1010100 1000100

Color Harmonies of #9DF268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DF268

Black with #9DF268

Text Example


Text Example

White with #9DF268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,242,104); }

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

background-color css

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

 a { background-color: rgb(157,242,104); }

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

border-color css

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

 span { border-color: rgb(157,242,104); }

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