Html Css Color HEX #9DF967 Feijoa

📋 copy color: '#9DF967'

red 157 ◦ green 249 ◦ blue 103

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

Shades of Feijoa #9DF967

Tints of Feijoa #9DF967

RGB

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

 GREEN value IS 249 (97.66% from 255) = 48.92%

 BLUE value IS 103 (40.63% from 255) = 20.24%

R = 30.84%
G = 48.92%
B = 20.24%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#9DF967 (or 0x9DF967) is known color: Feijoa. HEX triplet: 9D, F9 and 67. RGB value is (157,249,103). Sum of RGB (Red+Green+Blue) = 157+249+103=509 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.84% from 509); Green value is 249 (97.66% from 255 or 48.92% from 509); Blue value is 103 (40.62% from 255 or 20.24% from 509); Max value from RGB is 249 - color contains mainly: green. Hex color #9DF967 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF967 is #620698. Grayscale: #CDCDCD. Windows color (decimal): -6424217 or 6814109. OLE color: 6814109.

HSL color Cylindrical-coordinate representation of color #9DF967: hue angle of 97.81º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9DF967 is Cyan = 0.37, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB 157 249 103 -
CMYK 0.37 0 0.59 0.02
HSL 97.81º 0.92% 0.69% -
HSV(B) 97.81º 0.59% 0.98% -
XYZ 50.23 75.9 24.83 -
YUV 204.85 70.52 93.87 -
System Red Green Blue C M Y K H S L
Decimal 157 249 103 0.37 0 0.59 0.02 97.81 0.92 0.69
Hex 9D F9 67 25 0 3B 2 62 5C 45
Octal 235 371 147 45 0 73 2 142 134 105
Binary 10011101 11111001 1100111 100101 0 111011 10 1100010 1011100 1000101

Color Harmonies of #9DF967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DF967

Black with #9DF967

Text Example


Text Example

White with #9DF967

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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