Html Css Color HEX #9BFD68 Feijoa

📋 copy color: '#9BFD68'

red 155 ◦ green 253 ◦ blue 104

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

Shades of Feijoa #9BFD68

Tints of Feijoa #9BFD68

RGB

 RED value IS 155 (60.94% from 255) = 30.27%

 GREEN value IS 253 (99.22% from 255) = 49.41%

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

R = 30.27%
G = 49.41%
B = 20.31%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#9BFD68 (or 0x9BFD68) is known color: Feijoa. HEX triplet: 9B, FD and 68. RGB value is (155,253,104). Sum of RGB (Red+Green+Blue) = 155+253+104=512 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.27% from 512); Green value is 253 (99.22% from 255 or 49.41% from 512); Blue value is 104 (41.02% from 255 or 20.31% from 512); Max value from RGB is 253 - color contains mainly: green. Hex color #9BFD68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BFD68 is #640297. Grayscale: #CFCFCF. Windows color (decimal): -6554264 or 6880667. OLE color: 6880667.

HSL color Cylindrical-coordinate representation of color #9BFD68: hue angle of 99.46º degrees, saturation: 0.97, 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 #9BFD68 is Cyan = 0.39, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.

Color convert

RGB 155 253 104 -
CMYK 0.39 0 0.59 0.01
HSL 99.46º 0.97% 0.7% -
HSV(B) 99.46º 0.59% 0.99% -
XYZ 51.14 78.22 25.5 -
YUV 206.71 70.03 91.12 -
System Red Green Blue C M Y K H S L
Decimal 155 253 104 0.39 0 0.59 0.01 99.46 0.97 0.7
Hex 9B FD 68 27 0 3B 1 63 61 46
Octal 233 375 150 47 0 73 1 143 141 106
Binary 10011011 11111101 1101000 100111 0 111011 1 1100011 1100001 1000110

Color Harmonies of #9BFD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BFD68

Black with #9BFD68

Text Example


Text Example

White with #9BFD68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,253,104); }

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

background-color css

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

 a { background-color: rgb(155,253,104); }

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

border-color css

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

 span { border-color: rgb(155,253,104); }

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