Html Css Color HEX #9DF253 Conifer

📋 copy color: '#9DF253'

red 157 ◦ green 242 ◦ blue 83

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

Shades of Conifer #9DF253

Tints of Conifer #9DF253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 17.22%

R = 32.57%
G = 50.21%
B = 17.22%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#9DF253 (or 0x9DF253) is known color: Conifer. HEX triplet: 9D, F2 and 53. RGB value is (157,242,83). Sum of RGB (Red+Green+Blue) = 157+242+83=482 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.57% from 482); Green value is 242 (94.92% from 255 or 50.21% from 482); Blue value is 83 (32.81% from 255 or 17.22% from 482); Max value from RGB is 242 - color contains mainly: green. Hex color #9DF253 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF253 is #620DAC. Grayscale: #C7C7C7. Windows color (decimal): -6426029 or 5501597. OLE color: 5501597.

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

Color convert

RGB 157 242 83 -
CMYK 0.35 0 0.66 0.05
HSL 92.08º 0.86% 0.64% -
HSV(B) 92.08º 0.66% 0.95% -
XYZ 47.22 71.3 19.46 -
YUV 198.46 62.84 98.43 -
System Red Green Blue C M Y K H S L
Decimal 157 242 83 0.35 0 0.66 0.05 92.08 0.86 0.64
Hex 9D F2 53 23 0 42 5 5C 56 40
Octal 235 362 123 43 0 102 5 134 126 100
Binary 10011101 11110010 1010011 100011 0 1000010 101 1011100 1010110 1000000

Color Harmonies of #9DF253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DF253

Black with #9DF253

Text Example


Text Example

White with #9DF253

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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