Html Css Color HEX #9DF058 Conifer

📋 copy color: '#9DF058'

red 157 ◦ green 240 ◦ blue 88

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

Shades of Conifer #9DF058

Tints of Conifer #9DF058

RGB

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

 GREEN value IS 240 (94.14% from 255) = 49.48%

 BLUE value IS 88 (34.77% from 255) = 18.14%

R = 32.37%
G = 49.48%
B = 18.14%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#9DF058 (or 0x9DF058) is known color: Conifer. HEX triplet: 9D, F0 and 58. RGB value is (157,240,88). Sum of RGB (Red+Green+Blue) = 157+240+88=485 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.37% from 485); Green value is 240 (94.14% from 255 or 49.48% from 485); Blue value is 88 (34.77% from 255 or 18.14% from 485); Max value from RGB is 240 - color contains mainly: green. Hex color #9DF058 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF058 is #620FA7. Grayscale: #C6C6C6. Windows color (decimal): -6426536 or 5828765. OLE color: 5828765.

HSL color Cylindrical-coordinate representation of color #9DF058: hue angle of 92.76º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9DF058 is Cyan = 0.35, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.06.

Color convert

RGB 157 240 88 -
CMYK 0.35 0 0.63 0.06
HSL 92.76º 0.84% 0.64% -
HSV(B) 92.76º 0.63% 0.94% -
XYZ 46.83 70.19 20.31 -
YUV 197.86 66 98.86 -
System Red Green Blue C M Y K H S L
Decimal 157 240 88 0.35 0 0.63 0.06 92.76 0.84 0.64
Hex 9D F0 58 23 0 3F 6 5D 54 40
Octal 235 360 130 43 0 77 6 135 124 100
Binary 10011101 11110000 1011000 100011 0 111111 110 1011101 1010100 1000000

Color Harmonies of #9DF058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DF058

Black with #9DF058

Text Example


Text Example

White with #9DF058

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,240,88); }

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

background-color css

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

 a { background-color: rgb(157,240,88); }

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

border-color css

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

 span { border-color: rgb(157,240,88); }

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