Html Css Color HEX #9DEE6B Feijoa

📋 copy color: '#9DEE6B'

red 157 ◦ green 238 ◦ blue 107

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

Shades of Feijoa #9DEE6B

Tints of Feijoa #9DEE6B

RGB

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

 GREEN value IS 238 (93.36% from 255) = 47.41%

 BLUE value IS 107 (42.19% from 255) = 21.31%

R = 31.27%
G = 47.41%
B = 21.31%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#9DEE6B (or 0x9DEE6B) is known color: Feijoa. HEX triplet: 9D, EE and 6B. RGB value is (157,238,107). Sum of RGB (Red+Green+Blue) = 157+238+107=502 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.27% from 502); Green value is 238 (93.36% from 255 or 47.41% from 502); Blue value is 107 (42.19% from 255 or 21.31% from 502); Max value from RGB is 238 - color contains mainly: green. Hex color #9DEE6B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DEE6B is #621194. Grayscale: #C7C7C7. Windows color (decimal): -6427029 or 7073437. OLE color: 7073437.

HSL color Cylindrical-coordinate representation of color #9DEE6B: hue angle of 97.1º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9DEE6B is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 157 238 107 -
CMYK 0.34 0 0.55 0.07
HSL 97.1º 0.79% 0.68% -
HSV(B) 97.1º 0.55% 0.93% -
XYZ 47.13 69.38 24.82 -
YUV 198.85 76.16 98.15 -
System Red Green Blue C M Y K H S L
Decimal 157 238 107 0.34 0 0.55 0.07 97.1 0.79 0.68
Hex 9D EE 6B 22 0 37 7 61 4F 44
Octal 235 356 153 42 0 67 7 141 117 104
Binary 10011101 11101110 1101011 100010 0 110111 111 1100001 1001111 1000100

Color Harmonies of #9DEE6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEE6B

Black with #9DEE6B

Text Example


Text Example

White with #9DEE6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,238,107); }

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

background-color css

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

 a { background-color: rgb(157,238,107); }

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

border-color css

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

 span { border-color: rgb(157,238,107); }

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