Html Css Color HEX #9DF95D Conifer

📋 copy color: '#9DF95D'

red 157 ◦ green 249 ◦ blue 93

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

Shades of Conifer #9DF95D

Tints of Conifer #9DF95D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.64%

R = 31.46%
G = 49.9%
B = 18.64%

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

#9DF95D (or 0x9DF95D) is known color: Conifer. HEX triplet: 9D, F9 and 5D. RGB value is (157,249,93). Sum of RGB (Red+Green+Blue) = 157+249+93=499 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.46% from 499); Green value is 249 (97.66% from 255 or 49.90% from 499); Blue value is 93 (36.72% from 255 or 18.64% from 499); Max value from RGB is 249 - color contains mainly: green. Hex color #9DF95D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF95D is #6206A2. Grayscale: #CCCCCC. Windows color (decimal): -6424227 or 6158749. OLE color: 6158749.

HSL color Cylindrical-coordinate representation of color #9DF95D: hue angle of 95.38º 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 #9DF95D is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB 157 249 93 -
CMYK 0.37 0 0.63 0.02
HSL 95.38º 0.93% 0.67% -
HSV(B) 95.38º 0.63% 0.98% -
XYZ 49.76 75.71 22.35 -
YUV 203.71 65.52 94.68 -
System Red Green Blue C M Y K H S L
Decimal 157 249 93 0.37 0 0.63 0.02 95.38 0.93 0.67
Hex 9D F9 5D 25 0 3F 2 5F 5D 43
Octal 235 371 135 45 0 77 2 137 135 103
Binary 10011101 11111001 1011101 100101 0 111111 10 1011111 1011101 1000011

Color Harmonies of #9DF95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DF95D

Black with #9DF95D

Text Example


Text Example

White with #9DF95D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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