Html Css Color HEX #9DF25B Conifer

📋 copy color: '#9DF25B'

red 157 ◦ green 242 ◦ blue 91

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

Shades of Conifer #9DF25B

Tints of Conifer #9DF25B

RGB

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

 GREEN value IS 242 (94.92% from 255) = 49.39%

 BLUE value IS 91 (35.94% from 255) = 18.57%

R = 32.04%
G = 49.39%
B = 18.57%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#9DF25B (or 0x9DF25B) is known color: Conifer. HEX triplet: 9D, F2 and 5B. RGB value is (157,242,91). Sum of RGB (Red+Green+Blue) = 157+242+91=490 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.04% from 490); Green value is 242 (94.92% from 255 or 49.39% from 490); Blue value is 91 (35.94% from 255 or 18.57% from 490); Max value from RGB is 242 - color contains mainly: green. Hex color #9DF25B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF25B is #620DA4. Grayscale: #C7C7C7. Windows color (decimal): -6426021 or 6025885. OLE color: 6025885.

HSL color Cylindrical-coordinate representation of color #9DF25B: hue angle of 93.77º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9DF25B is Cyan = 0.35, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB 157 242 91 -
CMYK 0.35 0 0.62 0.05
HSL 93.77º 0.85% 0.65% -
HSV(B) 93.77º 0.62% 0.95% -
XYZ 47.55 71.43 21.18 -
YUV 199.37 66.84 97.78 -
System Red Green Blue C M Y K H S L
Decimal 157 242 91 0.35 0 0.62 0.05 93.77 0.85 0.65
Hex 9D F2 5B 23 0 3E 5 5E 55 41
Octal 235 362 133 43 0 76 5 136 125 101
Binary 10011101 11110010 1011011 100011 0 111110 101 1011110 1010101 1000001

Color Harmonies of #9DF25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DF25B

Black with #9DF25B

Text Example


Text Example

White with #9DF25B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,242,91); }

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

background-color css

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

 a { background-color: rgb(157,242,91); }

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

border-color css

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

 span { border-color: rgb(157,242,91); }

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