Html Css Color HEX #9DF95C Conifer

📋 copy color: '#9DF95C'

red 157 ◦ green 249 ◦ blue 92

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

Shades of Conifer #9DF95C

Tints of Conifer #9DF95C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 18.47%

R = 31.53%
G = 50%
B = 18.47%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#9DF95C (or 0x9DF95C) is known color: Conifer. HEX triplet: 9D, F9 and 5C. RGB value is (157,249,92). Sum of RGB (Red+Green+Blue) = 157+249+92=498 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.53% from 498); Green value is 249 (97.66% from 255 or 50% from 498); Blue value is 92 (36.33% from 255 or 18.47% from 498); Max value from RGB is 249 - color contains mainly: green. Hex color #9DF95C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF95C is #6206A3. Grayscale: #CCCCCC. Windows color (decimal): -6424228 or 6093213. OLE color: 6093213.

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

Color convert

RGB 157 249 92 -
CMYK 0.37 0 0.63 0.02
HSL 95.16º 0.93% 0.67% -
HSV(B) 95.16º 0.63% 0.98% -
XYZ 49.71 75.69 22.12 -
YUV 203.59 65.02 94.77 -
System Red Green Blue C M Y K H S L
Decimal 157 249 92 0.37 0 0.63 0.02 95.16 0.93 0.67
Hex 9D F9 5C 25 0 3F 2 5F 5D 43
Octal 235 371 134 45 0 77 2 137 135 103
Binary 10011101 11111001 1011100 100101 0 111111 10 1011111 1011101 1000011

Color Harmonies of #9DF95C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DF95C

Black with #9DF95C

Text Example


Text Example

White with #9DF95C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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