Html Css Color HEX #9BF953 Conifer

📋 copy color: '#9BF953'

red 155 ◦ green 249 ◦ blue 83

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

Shades of Conifer #9BF953

Tints of Conifer #9BF953

RGB

 RED value IS 155 (60.94% from 255) = 31.83%

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

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

R = 31.83%
G = 51.13%
B = 17.04%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#9BF953 (or 0x9BF953) is known color: Conifer. HEX triplet: 9B, F9 and 53. RGB value is (155,249,83). Sum of RGB (Red+Green+Blue) = 155+249+83=487 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.83% from 487); Green value is 249 (97.66% from 255 or 51.13% from 487); Blue value is 83 (32.81% from 255 or 17.04% from 487); Max value from RGB is 249 - color contains mainly: green. Hex color #9BF953 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BF953 is #6406AC. Grayscale: #CACACA. Windows color (decimal): -6555309 or 5503387. OLE color: 5503387.

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

Color convert

RGB 155 249 83 -
CMYK 0.38 0 0.67 0.02
HSL 93.98º 0.93% 0.65% -
HSV(B) 93.98º 0.67% 0.98% -
XYZ 48.95 75.34 20.15 -
YUV 201.97 60.86 94.5 -
System Red Green Blue C M Y K H S L
Decimal 155 249 83 0.38 0 0.67 0.02 93.98 0.93 0.65
Hex 9B F9 53 26 0 43 2 5E 5D 41
Octal 233 371 123 46 0 103 2 136 135 101
Binary 10011011 11111001 1010011 100110 0 1000011 10 1011110 1011101 1000001

Color Harmonies of #9BF953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF953

Black with #9BF953

Text Example


Text Example

White with #9BF953

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,249,83); }

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

background-color css

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

 a { background-color: rgb(155,249,83); }

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

border-color css

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

 span { border-color: rgb(155,249,83); }

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