Html Css Color HEX #9DF369 Feijoa

📋 copy color: '#9DF369'

red 157 ◦ green 243 ◦ blue 105

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

Shades of Feijoa #9DF369

Tints of Feijoa #9DF369

RGB

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

 GREEN value IS 243 (95.31% from 255) = 48.12%

 BLUE value IS 105 (41.41% from 255) = 20.79%

R = 31.09%
G = 48.12%
B = 20.79%

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

#9DF369 (or 0x9DF369) is known color: Feijoa. HEX triplet: 9D, F3 and 69. RGB value is (157,243,105). Sum of RGB (Red+Green+Blue) = 157+243+105=505 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.09% from 505); Green value is 243 (95.31% from 255 or 48.12% from 505); Blue value is 105 (41.41% from 255 or 20.79% from 505); Max value from RGB is 243 - color contains mainly: green. Hex color #9DF369 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF369 is #620C96. Grayscale: #CACACA. Windows color (decimal): -6425751 or 6943645. OLE color: 6943645.

HSL color Cylindrical-coordinate representation of color #9DF369: hue angle of 97.39º degrees, saturation: 0.85, 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 #9DF369 is Cyan = 0.35, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB 157 243 105 -
CMYK 0.35 0 0.57 0.05
HSL 97.39º 0.85% 0.68% -
HSV(B) 97.39º 0.57% 0.95% -
XYZ 48.51 72.29 24.76 -
YUV 201.55 73.51 96.22 -
System Red Green Blue C M Y K H S L
Decimal 157 243 105 0.35 0 0.57 0.05 97.39 0.85 0.68
Hex 9D F3 69 23 0 39 5 61 55 44
Octal 235 363 151 43 0 71 5 141 125 104
Binary 10011101 11110011 1101001 100011 0 111001 101 1100001 1010101 1000100

Color Harmonies of #9DF369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DF369

Black with #9DF369

Text Example


Text Example

White with #9DF369

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,243,105); }

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

background-color css

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

 a { background-color: rgb(157,243,105); }

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

border-color css

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

 span { border-color: rgb(157,243,105); }

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