Html Css Color HEX #9DFC68 Feijoa

📋 copy color: '#9DFC68'

red 157 ◦ green 252 ◦ blue 104

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

Shades of Feijoa #9DFC68

Tints of Feijoa #9DFC68

RGB

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

 GREEN value IS 252 (98.83% from 255) = 49.12%

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

R = 30.6%
G = 49.12%
B = 20.27%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#9DFC68 (or 0x9DFC68) is known color: Feijoa. HEX triplet: 9D, FC and 68. RGB value is (157,252,104). Sum of RGB (Red+Green+Blue) = 157+252+104=513 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.60% from 513); Green value is 252 (98.83% from 255 or 49.12% from 513); Blue value is 104 (41.02% from 255 or 20.27% from 513); Max value from RGB is 252 - color contains mainly: green. Hex color #9DFC68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DFC68 is #620397. Grayscale: #CFCFCF. Windows color (decimal): -6423448 or 6880413. OLE color: 6880413.

HSL color Cylindrical-coordinate representation of color #9DFC68: hue angle of 98.51º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9DFC68 is Cyan = 0.38, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.

Color convert

RGB 157 252 104 -
CMYK 0.38 0 0.59 0.01
HSL 98.51º 0.96% 0.7% -
HSV(B) 98.51º 0.59% 0.99% -
XYZ 51.21 77.79 25.41 -
YUV 206.72 70.03 92.53 -
System Red Green Blue C M Y K H S L
Decimal 157 252 104 0.38 0 0.59 0.01 98.51 0.96 0.7
Hex 9D FC 68 26 0 3B 1 63 60 46
Octal 235 374 150 46 0 73 1 143 140 106
Binary 10011101 11111100 1101000 100110 0 111011 1 1100011 1100000 1000110

Color Harmonies of #9DFC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DFC68

Black with #9DFC68

Text Example


Text Example

White with #9DFC68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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