Html Css Color HEX #9DF265 Conifer

📋 copy color: '#9DF265'

red 157 ◦ green 242 ◦ blue 101

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

Shades of Conifer #9DF265

Tints of Conifer #9DF265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.2%

R = 31.4%
G = 48.4%
B = 20.2%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#9DF265 (or 0x9DF265) is known color: Conifer. HEX triplet: 9D, F2 and 65. RGB value is (157,242,101). Sum of RGB (Red+Green+Blue) = 157+242+101=500 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.4% from 500); Green value is 242 (94.92% from 255 or 48.4% from 500); Blue value is 101 (39.84% from 255 or 20.2% from 500); Max value from RGB is 242 - color contains mainly: green. Hex color #9DF265 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF265 is #620D9A. Grayscale: #C8C8C8. Windows color (decimal): -6426011 or 6681245. OLE color: 6681245.

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

Color convert

RGB 157 242 101 -
CMYK 0.35 0 0.58 0.05
HSL 96.17º 0.84% 0.67% -
HSV(B) 96.17º 0.58% 0.95% -
XYZ 48.01 71.61 23.6 -
YUV 200.51 71.84 96.96 -
System Red Green Blue C M Y K H S L
Decimal 157 242 101 0.35 0 0.58 0.05 96.17 0.84 0.67
Hex 9D F2 65 23 0 3A 5 60 54 43
Octal 235 362 145 43 0 72 5 140 124 103
Binary 10011101 11110010 1100101 100011 0 111010 101 1100000 1010100 1000011

Color Harmonies of #9DF265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DF265

Black with #9DF265

Text Example


Text Example

White with #9DF265

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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